You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.