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:

  1. --appidentity_email_address
  2. --appidentity_private_key_path

because creating signed url not part of gcs client.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -