[google-appengine] Re: Accessing SQL Server on cloud from remote

2017-12-28 Thread R. K. Nair
No, it is not sql I have the database installed on a standalone windows server. It has an external ip that I can ping to. However, cannot connect using SQL Server Management Studio. On Thursday, December 28, 2017 at 11:38:28 AM UTC-6, Yannick (Cloud Platform Support) wrote: > > As per the guid

[google-appengine] Re: Accessing SQL Server on cloud from remote

2017-12-28 Thread R. K. Nair
No,it is not s On Thursday, December 28, 2017 at 11:38:28 AM UTC-6, Yannick (Cloud Platform Support) wrote: > > As per the guide on Connecting mysql Client Using IP Addresses > > you > can whitelist IPs to allo

[google-appengine] Re: Grant permission to list enabled service API for account.

2017-12-28 Thread 'George (Cloud Platform Support)' via Google App Engine
The likely role is "roles/appengine.deployer". You may have a look at the "Understanding Roles" documentation page . The service account's default permissions do not allow the account to perform certain actions, such as deploying to App En

[google-appengine] Re: Accessing SQL Server on cloud from remote

2017-12-28 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
As per the guide on Connecting to Cloud SQL from External Applications you can whitelist IPs (or use the other provided methods) to allow connections from outside of the Google Cloud network. Once access is configured, you should be

[google-appengine] Accessing SQL Server on cloud from remote

2017-12-28 Thread R. K. Nair
What is the connection information that I have to use from my office (Using local sql server Management studio) to connect to a SQL database created on Google Cloud? I tried the external IP of the VM instance as the server name, but it does not accept. However, I can ping to that external IP wi

Re: [google-appengine] Re: CSS file not updating when deploying app

2017-12-28 Thread Shubham Yedage
Hello Brandon, I am facing same issue where even after updating java script I am not able to look changes on my local browser. I guess for my IP app engine has cached changes. Can you provide descriptive steps for identifying and fixing issue. Thanks! On Friday, December 2, 2011 at 4:27:02 PM U

[google-appengine] Grant permission to list enabled service API for account.

2017-12-28 Thread Shubham Yedage
Following is the warning I am getting while deploying simple python(2.7) flask code (with static files) on AppEngine's Flexible environment, (though the deployment is not failing except a part where my static js file is not getting updated), "*WARNING*: Unable to verify that the Appengine Flexi