file permissions - Setting Metadata in Google Cloud Storage (Export from BigQuery) -
file permissions - Setting Metadata in Google Cloud Storage (Export from BigQuery) -
i trying update metadata (programatically, python) of several csv/json files exported bigquery. application exports info same 1 modifying files (thus using same server certificate). export goes well, until seek utilize objects.patch() method set metadata want. problem maintain getting next error:
apiclient.errors.httperror: <httperror 403 when requesting https://www.googleapis.com/storage/v1/b/<bucket>/<file>?alt=json returned "forbidden">
obviously, has bucket or file permissions, can't manage around it. how come if same certificate beingness used in writing files , updating file metadata, i'm unable update it? bucket created same certificate.
if that's exact url you're using, it's url problem: you're missing /o/
between bucket name , object name.
file-permissions google-bigquery google-cloud-storage
Comments
Post a Comment