[google-appengine] Re: Cron job retry parameter for Python

2016-04-19 Thread 'Kim Lewandowski' via Google App Engine
Hi Cody, Yes, this is a known bug in the documentation and it should be fixed soon. The documentation should read: cron: - description: retry demo url: /retry schedule: every 10 mins retry_parameters: min_backoff_seconds: 2.5 max_doublings: 5 -Kim On Tuesday, April 19, 2016 at

Re: [google-appengine] Google Cloud -- Good for small programmes?

2016-04-19 Thread 'Alex Martelli' via Google App Engine
On Tue, Apr 19, 2016 at 3:17 PM, ryan broman wrote: > Thank you! All the libraries I need are pure Python, so the GAE shouldn't > have any problem downloading them if I put it in the requirements.txt > As long as everything's Python *** 2.7 ***, that should indeed be the

[google-appengine] Re: GAE and DropBox

2016-04-19 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thanks for posting your questions here. From the Java SDK for Dropbox , the APIs seem to all use InputStream, OutputStream for writing and reading files respectively. As such, I would strongly suggest using those standard classes

[google-appengine] Cron job retry parameter for Python

2016-04-19 Thread Cody Li
Following this link https://cloud.google.com/appengine/docs/python/config/cron At the Cron Retries section, isn't the format for retry_parameter wrong? I can't deploy my project with the given retry parameter. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Is it possible to pipeline a file upload with a download in Google Cloud Storage?

2016-04-19 Thread Hector Montaner
What I want to achieve is one client uploads a file to Google Cloud Storage (several GB) and another client starts to download it before the upload is finished, in a pipelined way. Is it possible? If not, what alternatives do I have? -- You received this message because you are subscribed to

[google-appengine] Auth issue with deployment - https://developers.google.com/accounts/docs/AuthForInstalledApps

2016-04-19 Thread Kaan Soral
Error 404: --- begin server output --- https://developers.google.com/accounts/docs/AuthForInstalledApps --- end server output --- The deployment asks for the password once, after that, it asks for the password again, after the deployment has started, and fails with this error These

[google-appengine] Re: Error 401 when attempting to bulk download with appcfg.py

2016-04-19 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey solsTiCe, Unfortunately it's not quite clear to me which instructions you're following. Also, it seems strange that you'd need both credentials and a token. Could you be a little more specific about exactly what steps you're following to build "myapp.json"? Additionally, I can see in

Re: [google-appengine] Google Cloud -- Good for small programmes?

2016-04-19 Thread ryan broman
Thank you! All the libraries I need are pure Python, so the GAE shouldn't have any problem downloading them if I put it in the requirements.txt -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Re: Error 401 when attempting to bulk download with appcfg.py

2016-04-19 Thread solsTiCe d'Hiver
hi nick, - the oauth2 token is associated with an account which is owner of the app. - to generate the credentials file I followed the instructions in the url I gave. It seems both the oath2 token and the credentials is needed ? or the oath2 is ignored ? -I have not s~ in my bash script. I am

Re: [google-appengine] Google Cloud -- Good for small programmes?

2016-04-19 Thread 'Alex Martelli' via Google App Engine
Hello Ryan, the task you describe sounds ideal for Google App Engine, which does have an ongoing free quota you'd likely fit in -- *except* that GAE (in the standard runtimes, those with free quotas) does not currently support Python 3 -- you'd have to port your program to Python 2.7. (Also, you

[google-appengine] Google Cloud -- Good for small programmes?

2016-04-19 Thread ryan broman
I have a Python 3 programme that forms semicoherent sentences via Markov chains every 6 minutes and posts these sentences to a social network, and also sometimes interacts with its "friend"'s posts as well. It's small code and and it doesn't use much storage, maybe 10MB at max. Would Google