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 need to explicitly specify a content type for signed URL, but I found Blob.generate_signed_url method does not expect keyword argument for content type.
The function gcloud.credentials.generate_signed_url optionally expects content type. Can we fix this mismatching?