[google-appengine] Re: PHP App engine URLs requiring script filename

2017-06-02 Thread Jay-Nicolas Hackleman
I should mention as well: I started in Standard because the dev_appserver.py functionality is not supported in flex either. It seems like there are just too many differences here for my newbie brain to be able to handle. Standard Env also deploys in a fraction of the time. -- You received

[google-appengine] Re: PHP App engine URLs requiring script filename

2017-06-02 Thread Jay-Nicolas Hackleman
Ok, so after a lot of fooling around: I've ended up creating an entire new app in the Standard Environment instead of the Flexible. At this point: the mod_rewrite tutorial actually worked - of course once I got to the end of the tutorial it basically said I didn't need to do it... lol.

[google-appengine] Re: UnicodeDecodeError when extracting image metadata using the Image Service

2017-06-02 Thread 'George (Cloud Platform Support)' via Google App Engine
The API expects EXIF tags to conform to specifications, usually UTF. Your program's flow assumes that images contain EXIF text hat does conform to specifications. This might not be always the case. In particular, some image editors apply transform to the image that may jumble the embedded

[google-appengine] Re: Google Organization selected now ive lost my services

2017-06-02 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Glen, Google Analytics is not part of App Engine or the Google Cloud Platform so you unfortunately might not find a lot of help in this forum that’s dedicated to App Engine. You should try reading through the Google Analytics Help Center

[google-appengine] Re: Error: 409 Conflict. No transaction is in progress.

2017-06-02 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Cheng-Hsiung, there was an issue earlier that fits your description and has since been resolved. It affected the deployment of updates to existing versions of an application, but not the deployment of entirely new versions. Are you still experiencing this issue? If that’s the case I

[google-appengine] Re: Google Appengine SSL certificates - "The SSL certificate provided could not be inserted", tried everything!

2017-06-02 Thread pdknsk
Or you could try gcloud, which also uses the API. https://cloud.google.com/sdk/gcloud/reference/beta/app/ssl-certificates/ -- 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,

[google-appengine] Re: Google Appengine SSL certificates - "The SSL certificate provided could not be inserted", tried everything!

2017-06-02 Thread pdknsk
I assume you upload the certificate and key as files. You should try pasting, which does some client-side checks in JavaScript. If that yields no different results, you could try to use the API directly, which may provide more verbose error messages.

[google-appengine] Re: Deploying to App engine is not working

2017-06-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Woo Hyun Kim, There are temporary issues right now with deployments failing to flex. Work is being intensely done to bring things back to normal. You patience is highly appreciated. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] Re: google calendar api, how can i get new calendar added?

2017-06-02 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
This Google Group is meant for general App Engine product discussions and not for technical support. If you require Google Calendar API technical support, you can post your question to Stack Overflow or Public Issue Tracker as per the Support options

[google-appengine] Re: appcfg.py download_app fails silently

2017-06-02 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Is your deployed application using the standard or flexible environment? I ask because I tested *appcfg.py download_app* using a standard Python application and a flexible Node.js application. With the Python application, I was able to retrieve the code from both *appcfg.py download_app* and

Re: [google-appengine] Re: PHP app engine cannot connect to cloud sql

2017-06-02 Thread Subash PS
it is connected from appengine standard environment *Thanks & RegardsSubash.P.S* On 2 June 2017 at 11:11, Takashi Matsuo wrote: > Do you guys have sqladmin API enabled? > You can check it at: >

[google-appengine] Deploying to App engine is not working

2017-06-02 Thread woo hyun kim
it keeps saying this over and over again. I have other service that runs on google cloud and it is working well now. (I