Skip to content

save reports 403 after upgrading from 2.5.0 to 3.0.1 #748

@jcjones1515

Description

@jcjones1515

Blocked


Environment details

  • OS: Google Cloud Functions
  • Node.js version: 8
  • npm version:
  • @google-cloud/storage version: 3.0.1

Steps to reproduce

  1. Upgrade to 3.0.1
  2. Code makes a save call on a GCS file object
  3. 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.

Metadata

Metadata

Labels

api: storageIssues related to the googleapis/nodejs-storage API.priority: p0Highest priority. Critical issue. P0 implies highest priority.status: blockedResolving the issue is dependent on other work.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions