save reports 403 after upgrading from 2.5.0 to 3.0.1 #748
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
priority: p0
Highest priority. Critical issue. P0 implies highest priority.
status: blocked
Resolving the issue is dependent on other work.
Blocked
Environment details
@google-cloud/storage
version: 3.0.1Steps to reproduce
save
call on a GCS file object{ errors: [ { domain: 'global', reason: 'insufficientPermissions', message: 'Insufficient Permission' } ], code: 403, message: 'Insufficient Permission' }
After upgrading to 3.0.1 my Google Cloud Function started getting this on trying to save a file via
File.save
. I am providing a content type and a few metadata fields in the call. Seems to work just fine with 2.5.0, but upon upgrading to 3.0.1 it starting giving me a 403. If I revert back to 2.5.0 it starts working again.Sorry I don't have more detail than that.
The text was updated successfully, but these errors were encountered: