Asynchronous Google Storage Post using Boto and UrlFetch

59 views
Skip to first unread message

Adam Bradley

unread,
Sep 21, 2012, 12:53:42 PM9/21/12
to google-a...@googlegroups.com
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?

alex

unread,
Sep 21, 2012, 1:05:17 PM9/21/12
to google-a...@googlegroups.com
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 or use Task Queue for that (or both).

-- alex
Reply all
Reply to author
Forward
0 new messages