Re: [google-appengine] Re: Deleting Old backups

2016-06-13 Thread Rajesh Gupta
I did not understand. How do I copy to a different cloud storage to restore from? How do I see the old backups, so that I can delete. On Mon, Jun 13, 2016 at 12:57 AM, 'Adam (Cloud Platform Support)' via Google App Engine wrote: > The Datastore Admin backup

[google-appengine] Re: Crop Images storaged in Google Cloud storage with a given bounding box.

2016-06-13 Thread Handerson Contreras
so, if i want to crop an image had already storaged in google cloud storage do I need to look for the image by using its BlobKey then crop and then save the image, again? El lunes, 13 de junio de 2016, 13:22:17 (UTC-6), Adam (Cloud Platform Support) escribió: > > The bounding box crop is

[google-appengine] Re: Crop Images storaged in Google Cloud storage with a given bounding box.

2016-06-13 Thread 'Adam (Cloud Platform Support)' via Google App Engine
The bounding box crop is only provided by Image.crop(left, top, right, bottom) , so you'd need to do this from within your own handler and serve the cropped image back.

[google-appengine] You don't have permission to see App Engine application in this project.

2016-06-13 Thread Jonathan Nativ
Access denied to: https://console.cloud.google.com/appengine/quotadetails?project==default Message: You don't have permission to see App Engine application in this project. Never happened before Any idea how to get into my appengine account? -- You received this message because you are

[google-appengine] Crop Images storaged in Google Cloud storage with a given bounding box.

2016-06-13 Thread Handerson Contreras
Hello Everybody I have a problem trying to crop images in GAE. I'm using the Images API and adding parameters to the Url created by images.get_serving_url(key, size=None, crop=False, secure_url=None) method, but i need to crop with a given bounding box. Do you know if this is possible by