If you want to write to blobstore programmatically you can
call createUploadUrl as many times as you like and pass those to whatever
is going to do the upload. This is supported and not going away.
If you want to upload to GCS you can use the Manager as Vinny mentioned, or
you can use gsutil from a command line or script:
https://developers.google.com/storage/docs/gsutil
or you can use the GCS client from within your App Engine application.


On Mon, Jul 1, 2013 at 11:40 AM, Vinny P <vinny...@gmail.com> wrote:

> 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.
>
>
>

-- 
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