On Mon, Jul 1, 2013 at 6:40 AM, <omair.shams...@arbisoft.com> wrote:

> Hi ! i want to upload many files to GAE blob store but i want to do that
> programmatically , instead of using the form and browsing the file . for
> example uploading all files in a particular folder to the GAE blobstore.
> Is there any method to do so ?
>


Writing programmatically to the blobstore is deprecated. What you can do is
create a Google Cloud Storage bucket, and use the GCS Manager (
https://developers.google.com/storage/docs/gsmanager ) to upload files. GCS
Manager supports drag and drop, so you can simply drag files from your
computer to your storage bucket.

-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to