[google-appengine] Re: Datastore "checkNotNull" Error

2017-08-14 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
A thread like this is off-topic for Google Groups, and should be posted to StackOverflow . While I'd like to help you, this isn't the place to do it. This forum isn't meant for specific 1-on-1 technical issues, but for general discu

[google-appengine] Re: "Sandbox prevented access to" INFO messages

2017-08-14 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
All disallowed files were previously blocked silently. Users got confused because they thought they should be able to access static files in their app from their python code. Then INFO-logged messages were introduced when your sandbox was blocking a file, but users complained it was spamming th

[google-appengine] Re: Not able to fully use K 80 GPU on GCP

2017-08-14 Thread 'Shivam(Google Cloud Support)' via Google App Engine
This post is more suitable for GCE discussion forum . I would recommend to post it there. On Monday, August 14, 2017 at 9:16:18 AM UTC-4, Raja Raghudeep Emani wrote: > > Hi , > A typical resnet, model forward is taking 31ms for 0.2 dat

[google-appengine] Re: Cursor on query working on local dev but not in production.

2017-08-14 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Google Groups is meant for general product discussions and not for project specific technical support. It is recommended to post details about your Datastore indexes and queries on Stack Overflow using the support Cloud tags, as the engineer

[google-appengine] Re: Multiple GAE instances being torn down for no apparent reason and problems with Instances view

2017-08-14 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Google Groups is meant for general product discussions and not for project specific technical support. It is recommended to post details about your scaling configuration and code that is causing the 204 memory instance evictions on Stack Overflow

[google-appengine] Re: [Google Cloud Insiders] Re: Does GCS in GAE standard development server still work for you?

2017-08-14 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Your question was addressed in the issue you've created, the suggested course of action being to try to set the logging level with --dev_appserver_log_level=debug. If that doesn't give you more insight it is possible that there simply is no logging available at that level. On Friday, August 11,

[google-appengine] Datastore "checkNotNull" Error

2017-08-14 Thread Kat
I AM LOSING MY F***ING MIND OVER THIS. For over a year now I've been learning web development using Google Cloud Platform and studying online resources. I've gone through an excruciating amount of trial and error over the past year, but no matter what formidable brick wall I ran into, I always

[google-appengine] Re: Cannot Use Google Cloud Storage on Local Environment with PHP Standard Env

2017-08-14 Thread Thomas Valadez
Cool. Thanks that helps a ton. -- 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 em

[google-appengine] Re: Cannot Use Google Cloud Storage on Local Environment with PHP Standard Env

2017-08-14 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
The files are actually stored in the datastore emulator as blobs and are in your system's temp folder. You can specify which folder should be used using the --storage_path option when launching the dev server.

[google-appengine] Re: Cannot Use Google Cloud Storage on Local Environment with PHP Standard Env

2017-08-14 Thread Thomas Valadez
I see... So how do I know where the `("gs://test-a ppdocs-sendgrid-inbound/envelope.json");` is looking on my local system. On Monday, August 14, 2017 at 1:59:14 PM UTC-6, Yannick (Cloud Platform Support) wrote: > > Hello Thomas, > > At this time, this behavior is working as intended. The error

Re: [google-appengine] Re: Cannot Use Google Cloud Storage on Local Environment with PHP Standard Env

2017-08-14 Thread Thomas Valadez
I see... So how do I know where the `("gs://test-a ppdocs-sendgrid-inbound/envelope.json");` is looking on my local system. On Mon, Aug 14, 2017 at 1:59 PM, 'Yannick (Cloud Platform Support)' via Google App Engine wrote: > Hello Thomas, > > At this time, this behavior is working as intended. The

[google-appengine] Re: Cannot Use Google Cloud Storage on Local Environment with PHP Standard Env

2017-08-14 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Thomas, At this time, this behavior is working as intended. The error message you are getting means in this situation that no file by that name could be found. That is because the PHP local development server emulates Cloud Storage streams

[google-appengine] Re: Use Service Account to Store Spreadsheet within EU

2017-08-14 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
The Google Cloud Platform has no connection to Google Drive , and I therefore have no visibility into what regions your data is saved in when using Google Drive. You can reference their Help section

[google-appengine] Re: Which AppEngine SDK package should I use, and how do I reference it?

2017-08-14 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Kieran, It sounds like you have installed 2 instances of the Cloud SDK. One scoped to only your user while the other one (/usr/local/) is scoped to the local machine. You should pick one of them and make sure all paths point to it while deleting the other version. Of course re-installing

[google-appengine] Re: Share Spreadsheet with Customer's Google Account within EU

2017-08-14 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Since this is a duplicate question of your original post , all further communications should continue there . -- You received this message because you ar

[google-appengine] Share Spreadsheet with Customer's Google Account within EU

2017-08-14 Thread Carl Emmoth
Our Google App Engine service account is creating spreadsheets at Google Drive and sharing it to our customers. Our customers have created a Google Account. How can our service account make sure our customers Google Account is applying to EU laws and physically storing the spreadsheet within EU?

[google-appengine] Use Service Account to Store Spreadsheet within EU

2017-08-14 Thread Carl Emmoth
Hello, our Google App Engine service account is creating spreadsheets at Google Drive with our customers data. Our company and our customers are Swedish and we need to physically store all data within Sweden, preferable within EU. How do we accomplish that? Thanks -- You received this mess

[google-appengine] Not able to fully use K 80 GPU on GCP

2017-08-14 Thread Raja Raghudeep Emani
Hi , A typical resnet, model forward is taking 31ms for 0.2 data points in my home 6gb pc, but the same model forward is taking 51 ms for the same data on GCP k80 12GB. I am confused, missing something. These are the stats while model is training on k80 gpu; +---

[google-appengine] Re: 503 when uploading to the blobstore

2017-08-14 Thread Niall Moody
Ah, thanks. That was exactly the problem. - Niall. On Friday, 11 August 2017 16:47:24 UTC+1, Yannick (Cloud Platform Support) wrote: > > Hello Niall, this error usually means that your App Engine service account > does not have WRITE permissions to your default Google Cloud Storage bucket. > >

[google-appengine] Re: How do we pass --log-http to gcloud when using Maven?

2017-08-14 Thread 'Nicola Spreafico' via Google App Engine
I used in the past this kind of method: 1) Staging the project with the maven plugin: appengine:stage 2) Deploy the staged directory directly with gcloud *gcloud --quiet --log-http --verbosity debug app deploy "$staging_directory/app.yaml" --version $version --project $project* If you need to

[google-appengine] How do we pass --log-http to gcloud when using Maven?

2017-08-14 Thread Joshua Fox
How do we pass --log-http to gcloud when using the Cloud appengine-maven -plugin (com. google.appengine:gcloud-maven-plugin)? In an earlier question to the Google Group

[google-appengine] Re: Cursor on query working on local dev but not in production.

2017-08-14 Thread Richard Cheesmar
I spent the night rewriting the routine to manually exclude the user from the query results. This is slower than I'd like it to be. The docs clearly state that cursors can be used with != if you place the model entity in the order along with the key attribute. But it doesn't seem to work, it wi

[google-appengine] Re: "Sandbox prevented access to" INFO messages

2017-08-14 Thread Attila-Mihaly Balazs
@Kenworth: I know that this has always been the case (the sandbox blocking access to files not explicitly given access to), but I think @PK is right - something has changed (maybe it's just that extra logging has been added?). I too noted that now my GAE Python application (using AppEngine starn