I would like to generate a signed url in Python, asynchronously. I have tried google.aio.storage, but it fails to authenticate.
What would be the steps to generate a signed url given Service Account Credentials, a bucket name and a filename on the bucket?
What does the request look like?
Thank you!