Hi,
i’m having problems uploading files tu a Google Cloud Platform bucket. I’m using the upload object from file activity inside a google cloud scope and when i try to upload the file i get this error:
Upload Object from File: Failed to upload the object: 'Google.Apis.Requests.RequestError
You must specify an object name. [400]
Errors [
Message[You must specify an object name.] Location[ - ] Reason[required] Domain[global]
]
’
Error: Google.Apis.Requests.RequestError
You must specify an object name. [400]
Errors [
Message[You must specify an object name.] Location[ - ] Reason[required] Domain[global]
]
Those are my properties:
I’ve put the object name as the file name that i’m uploading, i’ve tried to put the whole bucket path even, but same result. Can anyone help?
Thanks,
Mustafa
Update: Resolved! i’ve updated the google cloud package from 1.0 to 2.0 and the error disapperead!