I'm trying upload images to a bucket in Cloud Storage from an app in GAE 
and I can't find the way to do this.
I don't have problems when I try do this with a simple program written in 
python using the library gcloud, this work fine and I can see the pictures 
in a bucket with the web console but when I try do this inside GAE app (I 
install gcloud library in /lib folder before) always I find the same error 
when I import the gcloud library to use: 

raise ImportError('No module named %s' % fullname)
ImportError: No module named cryptography.hazmat.bindings._openssl

And I don't undesrtand why when use the library in my localhost this work 
fine but not inside GAE app.

I thought use JSON API for do this but I want know how is the problem 
before to change the way to do this.

Thanks you so much for any help, and sorry for my english.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2d8fc12f-6925-4773-b6d5-000f761003e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] P... Juan Antonio Fernández Sánchez

Reply via email to