-
Notifications
You must be signed in to change notification settings - Fork 391
Closed
googleapis/google-auth-library-nodejs
#735Labels
api: storageIssues related to the googleapis/nodejs-storage API.Issues related to the googleapis/nodejs-storage API.priority: p0Highest priority. Critical issue. P0 implies highest priority.Highest priority. Critical issue. P0 implies highest priority.status: blockedResolving the issue is dependent on other work.Resolving the issue is dependent on other work.
Description
Blocked
Environment details
- OS: Google Cloud Functions
- Node.js version: 8
- npm version:
@google-cloud/storageversion: 3.0.1
Steps to reproduce
- Upgrade to 3.0.1
- Code makes a
savecall on a GCS file object - Fails with this message:
{ 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.
avokhmin
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the googleapis/nodejs-storage API.Issues related to the googleapis/nodejs-storage API.priority: p0Highest priority. Critical issue. P0 implies highest priority.Highest priority. Critical issue. P0 implies highest priority.status: blockedResolving the issue is dependent on other work.Resolving the issue is dependent on other work.