If you meant POSTing from your app, I don't see why you'd need Boto for 
this. It's just a matter of issuing authenticated PUT/POST/whatever.

You might want to take a look at NDB's Context for async/auto batching 
URLFetch 
calls<https://developers.google.com/appengine/docs/python/ndb/async#urlfetch> 
or 
use Task Queue for that (or both).

-- alex

On Friday, September 21, 2012 6:53:42 PM UTC+2, Adam Bradley wrote:
>
> I'd like to upload files to Google Storage asynchronously using Boto and 
> UrlFetch. However, I'm not fully understanding how this could be 
> accomplished with Boto. Has anyone had to solve this issue in the past? Or 
> is it not possible to asynchronously post files to Google Storage?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/NyXNazZ_CO8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to