[google-appengine] Re: Curl stopped working in GAE

2016-11-08 Thread Yossi Neiman
Yes, Everything works, Thanks On Tuesday, November 8, 2016 at 11:09:59 PM UTC+2, Adam (Cloud Platform Support) wrote: > > It looks like there were some DNS issues with curl reported yesterday > which > seem to have been resolve

[google-appengine] BigQuery error on all requests

2016-11-08 Thread Richard Druce
We're currently receiving: HttpError: https://www.googleapis.com/bigquery/v2/projects/*/datasets/log/tables//insertAll?alt=json returned "Error encountered during execution. Retrying may solve the problem."> Does anyone know what steps we can take to resolve. The service is say

[google-appengine] Re: Create folder and files on the client's computer

2016-11-08 Thread 'Adam (Cloud Platform Support)' via Google App Engine
You can't. An App Engine app runs somewhere in one of Google's data centers and has no access to the client's computer. Nor should it, when you consider the security implications of such a thing. However, a web app can store its own data locally within the user's browser, with HTML5 web storage

[google-appengine] Re: Curl stopped working in GAE

2016-11-08 Thread 'Adam (Cloud Platform Support)' via Google App Engine
It looks like there were some DNS issues with curl reported yesterday which seem to have been resolved. I'll follow up on the report to get some more information. Are you still experiencing issues and if so could you post detail

[google-appengine] Re: Regular Google account to Business

2016-11-08 Thread 'Adam (Cloud Platform Support)' via Google App Engine
You'd be looking for G Suite (formerly Google Apps), and the relevant forum is the G Suite Help Forum . You can use the same Google account email address you have now with your G Suite account, but you will need t

[google-appengine] Re: Unable to connect to Cloud SQL from app engine (python)

2016-11-08 Thread 'joshuamo' via Google App Engine
The conversation for this thread is being combined into a master thread, as the root cause is the same. Please see this thread for more information: https://goo.gl/6LSRH5 Cheers, Josh On Monday, November 7, 2016 at 12:57:56 PM UTC-8, Mike Lucente wrote: > > They are (or were) part of the same

[google-appengine] Re: 503 error trying to upload to blobstore using old project -- works fine in new project

2016-11-08 Thread 'joshuamo' via Google App Engine
The conversation for this thread is being combined into a master thread, as the root cause is the same. Please see this thread for more information: https://goo.gl/6LSRH5 Cheers, Josh On Tuesday, November 8, 2016 at 7:01:49 AM UTC-8, Mike Lucente wrote: > > Really struggling to get resolution

Re: [google-appengine] Unable to restore datastore backup

2016-11-08 Thread 'Josh Moore' via Google App Engine
To follow up on this thread, this issue and the other two involving CloudSQL v2 and blobstore were due to permissions / ACLs / IAM Roles not being correctly set for the App Engine default service account. Explicitly adding the App Engine default service account as a Project Editor will resolve the

[google-appengine] gcloud 128 broke the app engine remote shell

2016-11-08 Thread Evan Jones
To fix it, you need to run: gcloud auth application-default login --scopes=https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/userinfo.email It would be really great if this could be made the default, or at least documented in the App Engine docs, since I had to re

Re: [google-appengine] Re: What is the state of 3rd party Python libraries in GAE standard environment?

2016-11-08 Thread 'Jon Wayne Parrott' via Google App Engine
Thank you for your feedback! I've responded for each library you've mentioned. In general, the more activity on the bugs in the issue tracker the better we can understand the desire - for example, the numpy issue only has two stars and no comments. > crypto We're investigating the level of effort

[google-appengine] Regular Google account to Business

2016-11-08 Thread Julia D Rodgers
I have no idea if I'm in the right place. I'm floundering to figure out what I'm doing. I have a google account. I want to upgrade it into a business account so I can have my google calendar on my site and allow people to schedule appointments and not see the other names of scheduled people (m

[google-appengine] Curl stopped working in GAE

2016-11-08 Thread Yossi Neiman
Hey Guys, Curl has stopped working this morning on the PHP sdk, Has anyone have the same problem? -- 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-ap

[google-appengine] Create folder and files on the client's computer

2016-11-08 Thread Elizabeth SedeƱo Osorio
I need to create files and folders on the client's computer, how can I do it? -- 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...@

Re: [google-appengine] Unable to restore datastore backup

2016-11-08 Thread Mike Lucente
Please do. Thanks. On Tue, Nov 8, 2016 at 12:11 PM, 'Josh Moore' via Google App Engine < google-appengine@googlegroups.com> wrote: > This is likely app/project-specific, based on your other posts in this > group. Let me follow up with you off-thread for some additional details. > > On Tue, Nov 8

Re: [google-appengine] Unable to restore datastore backup

2016-11-08 Thread 'Josh Moore' via Google App Engine
This is likely app/project-specific, based on your other posts in this group. Let me follow up with you off-thread for some additional details. On Tue, Nov 8, 2016 at 9:05 AM, Mike Lucente wrote: > I've created a backup from a project that I'd like to import into a new > project. I'm getting th

[google-appengine] Unable to restore datastore backup

2016-11-08 Thread Mike Lucente
I've created a backup from a project that I'd like to import into a new project. I'm getting the following error: Requested path https://storage.googleapis.com/backup-bocachessclub/ag9zfm.backup_info is not accessible/access denied I added the following permissions (referencing the target

[google-appengine] 503 error trying to upload to blobstore using old project -- works fine in new project

2016-11-08 Thread Mike Lucente
Really struggling to get resolution on this issue and it would appear to be on google's end. My app is a few years old and am trying to add capability to upload files to the blobstore. Works fine locally and works fine in a new project. I would prefer not to have to migrate to a new project but