You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to generate signed URLs for downloading some objects stored inside a Google Cloud Storage bucket.
When authenticating through a service account key, everything works as expected. When authenticating through ADC, instead, I am able to just list objects from Cloud Storage but I am not allowed to generate a signed url for downloading them.
Is it possible to achieve URL signing with ADC, rather than relying on the private key stored inside a service account key file?
Thank you.
The text was updated successfully, but these errors were encountered:
I am trying to generate signed URLs for downloading some objects stored inside a Google Cloud Storage bucket.
When authenticating through a service account key, everything works as expected. When authenticating through ADC, instead, I am able to just list objects from Cloud Storage but I am not allowed to generate a signed url for downloading them.
Is it possible to achieve URL signing with ADC, rather than relying on the private key stored inside a service account key file?
Thank you.
The text was updated successfully, but these errors were encountered: