[google-appengine] Re: Experience connecting to Cloud SQL instance from .NET Core app in Linux Container

2019-07-17 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Lee, Please note that Google Groups are reserved for general Google Cloud Platform-end product discussions and not for technical issues, which is why I suggest moving to Stackoverflow to obtain assistance from our programming community for your question. --

Re: [google-appengine] Re: 500 error while trying to post to a flask app from postman

2019-07-17 Thread Karan Sharma
Hi , so sorry i forgot to mention i have made a requirements.txt when i deployed it to the GCP and the landing get api is working which responds with a simple "Flippingo" as i have mentioned in the comments in code . https://flippingo-test.appspot.com/ https://flippingo-test.appspot.com/get_all

[google-appengine] Experience connecting to Cloud SQL instance from .NET Core app in Linux Container

2019-07-17 Thread Lee Fischman
Has anyone been able to successfully connect their .NET Core app, deployed in a Linux container, to a Cloud SQL instance? I obviously am asking because I've not yet had any luck, and would like to know how it's been done. -- You received this message because you are subscribed to the Google G

[google-appengine] Re: ConnectionClosedError: Connection closed unexpectedly by server at URL - Chronic Error?

2019-07-17 Thread Kaan Soral
URL Fetch -- 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 view this discussion on the web visit https://g

[google-appengine] Re: Error: Server Error

2019-07-17 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello, Please note that Google Groups are reserved for general Google Cloud Platform-end product discussions and not for reporting issues, which is why I suggest moving the troubleshooting to Issue Tracker , where issues

[google-appengine] Error: Server Error

2019-07-17 Thread Compusoft Soluções
Hi, first of all I would like to apologize for the written form but I do not speak fluent English and I am using google translator. I have a project (Webservices) in the glcoud console using the app engine, when this project receives requests through clients with 4G connection the server start

[google-appengine] Re: ConnectionClosedError: Connection closed unexpectedly by server at URL - Chronic Error?

2019-07-17 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Kaan, May I ask with what Google services you are experiencing difficulties? -- 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+unsub

[google-appengine] Re: Verified App / OAuth consent screen still displaying "Unverified App" message

2019-07-17 Thread 'Harmit Rishi (Cloud Platform Support)' via Google App Engine
Hello, When it comes to OAuth verification process, it is a team that is completely separate from Google Cloud Support. As you mentioned that you have contacted this team for verification, you may also feel free to respond to the email from them for any additional concerns or questions. --

[google-appengine] ConnectionClosedError: Connection closed unexpectedly by server at URL - Chronic Error?

2019-07-17 Thread Kaan Soral
ConnectionClosedError: Connection closed unexpectedly by server at URL I do receive these errors so frequently, to my own node servers that are on GCE servers, they are pretty relaxed servers so no cause why they would just disconnect abruptly Also to other external API services on a daily basi

[google-appengine] Verified App / OAuth consent screen still displaying "Unverified App" message

2019-07-17 Thread Bryan Zera
We recently submitted our app for OAuth consent screen verification and it was granted about an hour ago. However, users accessing our app are still getting the "Unverified App" message when they are taken to use our app despite the administrator of that domain having whitelisted the app. Is t

[google-appengine] Re: 500 error while trying to post to a flask app from postman

2019-07-17 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello Karan, This 500 error you are receiving could be due to missing libraries (flask) since I do not see a requirements.txt on your github. Please follow our quickstart on how to get started with Python 3.7 which covers

[google-appengine] Re: App without sensitive or restricted scopes still showing "Unverified App" message to clients

2019-07-17 Thread Bryan Zera
Nowhere in the FAQ does it say that whitelisting is only for apps designated as internal applications. If that is the case, the FAQ should be updated to be clear about that. Thanks again for helping suss out the solution to this. On Wednesday, July 17, 2019 at 11:53:50 AM UTC-5, Bryan Zera w

[google-appengine] Re: App without sensitive or restricted scopes still showing "Unverified App" message to clients

2019-07-17 Thread Bryan Zera
Thank you for the clarification. On Wednesday, July 17, 2019 at 11:48:30 AM UTC-5, Jorge A (Google Cloud Support) wrote: > > To make this clear: you don't need to get verified if the app isn't used > by other organizations other than your own. In your specific case, the app > is meant to be use

[google-appengine] Re: App without sensitive or restricted scopes still showing "Unverified App" message to clients

2019-07-17 Thread 'Jorge A (Google Cloud Support)' via Google App Engine
To make this clear: you don't need to get verified if the app isn't used by other organizations other than your own. In your specific case, the app is meant to be used by customers, thus requiring verification. The white-listing only works for internal applications, so everyone outside of your

[google-appengine] Re: App without sensitive or restricted scopes still showing "Unverified App" message to clients

2019-07-17 Thread Bryan Zera
I never said it was or should be an internal app. No scopes that we are using on the OAuth consent screen are restricted or sensitive. While technically, this is a user-facing app, this app is meant to be whitelisted by other G Suite administrators at which time, the G Suite administrators woul

[google-appengine] Re: App without sensitive or restricted scopes still showing "Unverified App" message to clients

2019-07-17 Thread 'Jorge A (Google Cloud Support)' via Google App Engine
@Bryan, in that case it isn't an *internal* whitelisted app without *sensitive or restricted scopes*. If the warning still shows once whitelisted, sensitive or restricted scopes are present. Please double check,since you *need to* go through verification before you launch a *user-facing* app. I

[google-appengine] Re: App without sensitive or restricted scopes still showing "Unverified App" message to clients

2019-07-17 Thread Bryan Zera
Yeah @Jorge, We are aware that the FAQ says that whitelisting means you *don't have to submit for review*, but what it doesn't *explicitly* say is if the end user is still going to get the "Unverified app" message when the app is whitelisted, because our app was created to be whitelisted, but ou

[google-appengine] Re: App without sensitive or restricted scopes still showing "Unverified App" message to clients

2019-07-17 Thread 'Jorge A (Google Cloud Support)' via Google App Engine
As David mentioned and to answer your question, yes, if a G Suite administrator has whitelisted the application, the users of that G Suite domain should not see the “unverified app” message. This is stated under https://support.google.com/cloud/answer/9110914/#skip in the FAQ document for this

[google-appengine] 500 error while trying to post to a flask app from postman

2019-07-17 Thread Karan Sharma
*Problem:-* I am trying to create a small test backend using flask to save some location related fields and deployed it in GCP APP ENGINE (standard) and do some basic post and get. The get calls seem to be working but when i post it throws an 500 error . *What i have tried:-* 1. W