Hello,

I'm trying to upload files from a CSV with a python command line tool
I wrote.

The process for every image is:
- get the blobstore url
- send a multipart form-data post request to the url
- proccess additional data and save it to the datastore

Everything works on the SDK but on appengine I receive 404 error when
I send the request to the blobstore url.
Are there any logs for the blobstore or anything that can help me see
whats wrong.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to