[google-appengine] store images in datastore using php

2014-08-18 Thread Rohith D Vallam
Hello, Is there some example code in PHP which will enable me to store / retrieve images (jpg, png files) to / from the google datastore ? I found example code for python(link: https://developers.google.com/appengine/articles/python/serving_dynamic_images) and java (link: https://develo

Re: [google-appengine] store images in datastore using php

2014-08-18 Thread Rohith D Vallam
etter. > https://developers.google.com/appengine/docs/php/googlestorage/ > > > > > > On 16 August 2014 10:26, Rohith D Vallam > > wrote: > >> Hello, >> >> Is there some example code in PHP which will enable me to store / >> retrieve images (jpg, p

[google-appengine] backup of datastore to local machine

2014-08-21 Thread Rohith D Vallam
Hello, I have some data stored in the Google Datastore. I have two entities in the Google Datastore for this purpose. I was wondering if there is a way to backup these Datastore entries periodically to my local machines ? I searched the internet and could some answers related to using task qu

Re: [google-appengine] store images in datastore using php

2014-08-22 Thread Rohith D Vallam
, August 18, 2014 6:09:05 PM UTC-4, Vinny P wrote: >> >> On Mon, Aug 18, 2014 at 3:00 PM, Rohith D Vallam >> wrote: >> >>> thanks a lot for your reply. Actually i am a novice to GAE. I could not >>> understand your reply very clearly. Is there a differe

[google-appengine] Re: backup of datastore to local machine

2014-08-27 Thread Rohith D Vallam
s though we are on the live server. > > Best regards, > Shawn > > On Friday, 22 August 2014 01:54:14 UTC+8, Rohith D Vallam wrote: >> >> Hello, >> >> I have some data stored in the Google Datastore. I have two entities in >> the Google Datastore for thi

Re: [google-appengine] Re: backup of datastore to local machine

2014-08-27 Thread Rohith D Vallam
> https://developers.google.com/appengine/articles/scheduled_backups . This > method creates a cron job the automatically backup the datastore at the > specified intervals. Hope you found these useful! > > Best regards, > Shawn > > On Wednesday, 27 August 2014 21:13:09 UTC+