#1990 seems to be breaking File.save #2078
Labels
api: storage
Issues related to the Cloud Storage API.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
#1990 is breaking my code:
I'm getting an error which is suppressed by makeAuthenticatedRequest.
The error which is suppressed:
value.hasOwnProperty is not a function
which is triggered on the line:https://github.com/GoogleCloudPlatform/google-cloud-node/pull/1990/files#diff-4ddf84f5cae46867fbddaf62136f04c3R521
The object
value
is looks something like thisReverting to 0.47.0 fixes this for me.
I'm doing a File.save (from the storage module).
The config for storage is
{projectId: '...'}
. I'm using the credentials provided by de gcloud sdk.The text was updated successfully, but these errors were encountered: