Dear Google Team & GAE Enthusiasts: I just tried deploying my NodeJS app to my project with the new remote dockerless option: "gcloud preview app deploy app.yaml --set-default --remote" The deployment process seemed to be fine -- meaning no errors occurred while deploying.
After the deployment was performed, Interestingly all my GET requests that read data from the datastore are successful. However, when I try to POST where the data is supposed to be written to the datastore, I keep receiving the 'Forbidden' 403. This is very weird and awkard since when I run my node app on my localhost, I am able to read/store to my datastore cloud instance without issues. Please let me know if this might not be the proper place to address this issue although I've already opened tickets on multiple places already. I already opened a similar ticket here: https://github.com/GoogleCloudPlatform/gcloud-node/issues/783 https://github.com/GoogleCloudPlatform/gcloud/issues/31 https://code.google.com/p/googleappengine/issues/detail?id=12222&thanks=12222&ts=1438875706 Thanks for your help. Camilo. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/fc5041cd-3877-4997-9091-1f2b6edd39e6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
