I forgot to mention, I am looking for free solution , Google cloud storage 
is paid one from single byte storage. What if I use deprecated File API to 
deal with blob store.

On Monday, March 10, 2014 1:40:09 PM UTC+5:30, hitesh jain wrote:
>
> Hi,
>
> I am making an restful call to my application which is deployed in google 
> app engine. I pass in the image url to the http request. I want to fetch 
> the image content from the URL and store the byte data into appengine. To 
> fetch the image data I can use 
>
> URLFetchService. 
>
> To store the image data which can be more than 1 mb what is the best way to 
> do that? In this datastore entity I think I can 
> store only 1MB byte array.
> Once image is stored then I want to get the url of that image so that it can 
> be accessed later on anytime.
>
> I have seen google blob store service but that expects HttpRequest as input 
> parameter and I will have to use the 
> httpclient api to create a POST request and submit to the upload url as 
> generated blobstoreService.createUploadUrl("/upload")
>
> Is there any other better way to do this?
>
>

-- 
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/d/optout.

Reply via email to