[google-appengine] Are datastore Ids unique across all namespaces?

2019-06-13 Thread NP
If I store an entity in the datastore within the context of a specific namespace, is it possible that the same id will occur in another namespace? For example if I have - Key(MODEL_NAME, 123456789, namespace=NS_1) , is it possible for the datastore to also create a record such as

[google-appengine] Future of dev_appserver.py - deprecated?

2019-06-13 Thread James Crowley
Am I right in inferring that dev_appserver.py is on the way to being deprecated, given the later language versions are not supported? I've tripped up trying to use it in the php7 environment - it prompts me to provide a --php_executable argument for php72 environments (making me think it was

[google-appengine] Re: Can't open different version of appengine in flexible environment

2019-06-13 Thread 'Amit Sinha' via Google App Engine
Hello Peter, As Nicolus mentioned, this error usually related to app.yaml file configuration issue. However, I would recommend to check any other configuration file if you have, such as dispatch.yaml [1] By looking at the errors, it seems like request reached to the application. If this

[google-appengine] Re: beginSignedUploadSession() causes error when loaded to PHP AppEngine Flex

2019-06-13 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi, These types of questions are better addressed on StackOverflow where you have access to a large community of enthusiasts and experts to share ideas with and get support from. Please make sure to include all relevant details

[google-appengine] Re: you don't have permission to edit this api key. required permission serviceusage.apikeys.update

2019-06-13 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Jean, Thanks for your post, >From the error message I would think that your IAM permission was somehow modified from last week. Apparently your user doesn’t have the “serviceusage.apiKeys.update” permission. This permission is granted in different roles that you can find here

[google-appengine] you don't have permission to edit this api key. required permission serviceusage.apikeys.update

2019-06-13 Thread Jean-Luc Praz
Hi, About two weeks ago I created an API key and today I wanted to edit it but it failed with the error message saying "*you don't have permission to edit this api key. required permission serviceusage.apikeys.update*" I tried editing other keys I created thru the years and none are working.

[google-appengine] beginSignedUploadSession() causes error when loaded to PHP AppEngine Flex

2019-06-13 Thread Brijid | Ben Tredinnick
Hi, I have a local version of some code (below - replaced default appengine bucket name with "my-default-bucket") working with uploading files to Google Cloud Storage directly. The code is based on the code I found here, https://cloud.google.com/appengine/docs/flexible/php/using-cloud-storage

[google-appengine] Re: Can't open different version of appengine in flexible environment

2019-06-13 Thread Peter Chen
That's not the reason, I tried the url set in the urls file, still same error with a different request url. On Wednesday, June 12, 2019 at 1:38:37 AM UTC+2, Nicolas (Google Cloud Platform Support) wrote: > > Hi Peter, > > Thank you for your report, > > You can access different versions of your