How to Create Google Cloud Storage Signed Urls on App Engine Python -
i couldn't find simple example on how implement google cloud storage signed urls on google app engine python. please write step step guide. :)
i created repo: https://github.com/voscausa/appengine-gcs-signed-url
using gae pyrthon app_identity.get_service_account_name() , app_identity.sign_blob() makes creating signed url's easy, without using pem key. app shows how download gcs file.
but if use sdk test app, have use:
- --appidentity_email_address
- --appidentity_private_key_path
because creating signed url not part of gcs client.
Comments
Post a Comment