[google-appengine] Re: Help with identifying the authentication error in

2020-01-03 Thread 'Julie (cloud platform support)' via Google App Engine
Thanks for reporting this. It seems you are trying to use Application Default Credentials to set the default service account to authenticate between services. To clarify be default GCE service accounts have the Cloud IAM project editor role

[google-appengine] Re: unable to browse default instance as https url

2019-12-31 Thread 'Julie (cloud platform support)' via Google App Engine
It unclear what you mean by build issue so please specify when the wait time occurs and how long and if any other services are involved (ex. Cloud Build, Task queues etc). Please note that that when instances and services are spinning up there will be a wait time and that is expected behavior

[google-appengine] Re: unable to browse default instance as https url

2019-12-30 Thread 'Julie (cloud platform support)' via Google App Engine
Sounds like there an issue with the SSL configurations with your custom domain so please verify a managed certificate has been provisioned

[google-appengine] Re: Где-то видел телефон службы поддержки, кто подскажет может?

2019-12-30 Thread 'Julie (cloud platform support)' via Google App Engine
If I understand you issue you would like the phone numbers for Cloud support which is available here for users with Gold or Platinum support packages. Otherwise please confirm the issue in English as that is the language we provide

[google-appengine] Re: App is listening on port 8080. We recommend your app listen on the port defined by the PORT environment variable to take advantage of an NGINX layer on port 8080.

2019-12-27 Thread 'Julie (cloud platform support)' via Google App Engine
Thanks for reporting this. I understand the error message sounds concerning, the Product team specified that the error is more closely described as "App is listening on port 8080, You could take advantage of an automatic nginx layer available on port 8080 if your application listens on the

Re: [google-appengine] Re: GCLOUD SDK Support For Python 3

2019-12-23 Thread 'Julie (cloud platform support)' via Google App Engine
Yes it seems Cloud SDK now has GA support for Python 3 as per these release notes and you can either install the latest version if you don't already have Cloud SDK installed or updating via

[google-appengine] Re: Not Found The requested URL was not found on this server ---

2019-12-23 Thread 'Julie (cloud platform support)' via Google App Engine
Thanks for reporting this. As it seems the rest of your website pages works so there may be an issue with the URL of the linked page. Its unclear if another service is integrated with handling of the page (ex. Cloud Storage) so please specify if any are and provide a snapshot of the Stackdriver

[google-appengine] Re: This site can’t be reached

2019-12-10 Thread 'Julie (cloud platform support)' via Google App Engine
Are you using the App Engine service and if so are you hosting using a custom domain? If so you can follow these steps to install SS L for custom domains(this is the App Engine Flex version of the

[google-appengine] Re: Deploy two versions of same app at same time

2019-10-07 Thread 'Julie (cloud platform support)' via Google App Engine
There shouldn't be any issues with deploying the same code twice or more as it will result in different App Engine versions. It doesn't seem like there is an option to deploy multiple versions of the same services to App Engine though you can deploy different services in one gcloud command[1].

[google-appengine] Re: App engine not spliting traffic to new version

2019-08-13 Thread 'Julie (cloud platform support)' via Google App Engine
Thanks for reporting this. This is likely related to a reported issue tracker[1] regarding App Engine Flex where the cause is likely due to connection issues or some other change interrupts the run of gcloud which causes the previous versions will be left in their existing state. As a

[google-appengine] Re: How to parse Cloud Datastore backups

2019-07-31 Thread 'Julie (cloud platform support)' via Google App Engine
Please check though the suggested method for exporting from Datastore to BigQuery to see if all the limitations and requirements are compatible with your use case. The document also provides details on how to use Datastore

Re: [google-appengine] Re: Install Redis Slave on App Engine Flex

2019-07-30 Thread 'Julie (cloud platform support)' via Google App Engine
As Redis is a database it doesn't seem installing it on App Engine Flex is typical and this is the suggested method of doing it, by installing it on GCE and deploying with App Engine Flex. Its unclear that a custom

Re: [google-appengine] Re: Install Redis Slave on App Engine Flex

2019-07-29 Thread 'Julie (cloud platform support)' via Google App Engine
Connecting local Redis to App Engine seems be address on this tutorial , perhaps this is what you've been looking for. -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: Can't Connect from GCP AppEngine to GCP Cloud SQL

2019-07-29 Thread 'Julie (cloud platform support)' via Google App Engine
This is the recommended method for connecting Cloud SQL with App Engine so if you are not connecting as detailed please specify your connection method. If you use 0.0.0.0/0 IP

[google-appengine] Re: Install Redis Slave on App Engine Flex

2019-07-26 Thread 'Julie (cloud platform support)' via Google App Engine
You can connect Memorystore for redis with App Engine Flex using this example and if you would like high availability for Memorystore it is

[google-appengine] Re: Is there any way of triggering DataPrep based flow from AppEngine?

2019-07-22 Thread 'Julie (cloud platform support)' via Google App Engine
To clarify are you using App Engine as part of your use case is it doesn't seem so however this issue is in App Engine groups. If this issue is related to App Engine please specify the role App Engine has in your use case. If it is not related, posting this

[google-appengine] Re: builder error when deploying to App Engine

2019-07-22 Thread 'Julie (cloud platform support)' via Google App Engine
The 500 Internal errors may be related to a known issue so please specify the time as exact as possible when creating an issue tracker as this issue will likely need further investigation. It is unclear the cause of the of the

[google-appengine] Re: How can I use appengine memcache in django cache setting?

2019-07-22 Thread 'Julie (cloud platform support)' via Google App Engine
There is a Stackoverflow post where it is suggested to use the API library and use the google.appengine.api.memcache

[google-appengine] Re: Can't connect to redis instance in memorystore

2019-07-22 Thread 'Julie (cloud platform support)' via Google App Engine
The application must be in the in the same region as the redis instance and on the same network to be authorized to access the Redis instance . Please check that your use case follows these requirements and if so

[google-appengine] Re: App Engine no longer delivering Sendgrid emails

2019-07-12 Thread 'Julie (cloud platform support)' via Google App Engine
Thanks for reporting this. To clarify, are you sending the emails as detailed by this document . To clarify, is the receiver of the emails the same as before the issue began? Can you specify a date where the issue began? I

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

2019-07-12 Thread 'Julie (cloud platform support)' via Google App Engine
If the application is marked as internal it will not need to go through the verification process it will no longer be unverified and the screen indicates an unverified application. The "unverified app" screen should not

[google-appengine] Re: Instance gone without any notification and nothing recover after half hour.

2019-07-11 Thread 'Julie (cloud platform support)' via Google App Engine
This is the App Engine SLA which defines the allowable downtime and the specific percentages when downtime is exceeded. You can fill out this form to request a review if it seems SLA was not

[google-appengine] Re: Earth Engine Service Account Authorization

2019-07-11 Thread 'Julie (cloud platform support)' via Google App Engine
The form specified that there may be a delay between delay between the submission of the form and the registration of the service account and it does not seem an ETA has been provided. If you

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

2019-07-10 Thread 'Julie (cloud platform support)' via Google App Engine
An internal application will only allow access to users from your organization (@your-organization.com) . A public application allows access to users outside of your organization (@your-organization.com). Access can be from

[google-appengine] Re: "Unverified App" message on an app that does not require verification?

2019-07-10 Thread 'Julie (cloud platform support)' via Google App Engine
As detailed by this similar Groups post you created yesterday, if the the owner and users of your apps belong to the same G Suite domain or customer then it is a internal application and

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

2019-07-10 Thread 'Julie (cloud platform support)' via Google App Engine
If the the owner and users of your apps belong to the same G Suite domain or customer then it is a internal application and you should mark it as internal-only. That way you can skip

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

2019-07-09 Thread 'Julie (cloud platform support)' via Google App Engine
To clarify, did you receive any emails regarding OAuth verification as that could provide more details on what actions need to be completed? I did notice that openid API may be related to OAuth API but I tried to

[google-appengine] Re: Permission denied when deploying queue.yaml

2019-07-09 Thread 'Julie (cloud platform support)' via Google App Engine
It seems from this document that what you have granted permissions for Cloud Tasks for should be sufficient as cloudtasks.queues.update is needed to modify an existing task. It does seem that that appengineDeployQueue is App

[google-appengine] Re: Oauth verification warnings

2019-07-08 Thread 'Julie (cloud platform support)' via Google App Engine
You're welcome, glad to be of assistance :) -- 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

[google-appengine] Re: Oauth verification warnings

2019-07-05 Thread 'Julie (cloud platform support)' via Google App Engine
Looking at your screenshot the warning seems typical when unverified scopes are present however if the email does say that if the app is not verified by August 18, 2019, it will be classified as unverified then I suggest getting the submission done. >From the 3 warnings, "Use of this API

[google-appengine] Re: Instance gone without any notification and nothing recover after half hour.

2019-07-04 Thread 'Julie (cloud platform support)' via Google App Engine
Thanks for reporting this. There was a known issue which occurred the same time that may be related to your issue which has since been resolved. Are you still experiencing the issue as it may be possible that there are no

[google-appengine] Re: Oauth verification warnings

2019-07-04 Thread 'Julie (cloud platform support)' via Google App Engine
According to this document it is suggested to go through verification before you launch a user-facing app. If you have confirmed that you need to submit your application for verification and cannot skip the process

[google-appengine] Re: Loading resources from appengine instance is not successful

2019-07-04 Thread 'Julie (cloud platform support)' via Google App Engine
Thank you for reaching out. This looks to be related to a known issue which has been reported to the App Engine engineering team and you can track the progress on this issue tracker. The team is currently working to resolve the issue and once they

[google-appengine] Re: Storing data (images) on google cloud storage from app engine Java

2019-04-04 Thread 'Julie (cloud platform support)' via Google App Engine
Sounds like your use case should work and you should be able to upload your files . You can use Cloud Storage on Firebase without significant change to your use case it seems. I don't believe

Re: [google-appengine] Re: Mount Cloud Storage for App Eng

2019-02-05 Thread 'Julie (cloud platform support)' via Google App Engine
This is the document[1] referring to /tmp file as a writable file which may be able to be the reference file. App Engine Flex should also work however please reply if you are using Flex and using /tmp as the reference file does not work in this case. [1]

[google-appengine] Re: Appengine search API doesn't work for deploys in flex environment

2018-12-06 Thread 'Julie (cloud platform support)' via Google App Engine
This issue tracker[1] can be used to track the request for Search API to be available for App Engine flex. The App Engine team is now aware of this feature and are currently looking into it. Please note that feature requests are not guaranteed and there is not ETA on them. [1]

[google-appengine] Re: Appengine search API doesn't work for deploys in flex environment

2018-12-06 Thread 'Julie (cloud platform support)' via Google App Engine
The search service is unavailable outside the standard environment and as a workaround you can host any full-text search database such as ElasticSearch on Google Compute Engine

[google-appengine] Re: is it possible listen to a pub/sub topic without a subscription?

2018-10-29 Thread 'Julie (cloud platform support)' via Google App Engine
According to this Pub/Sub FAQ question trying to publish a topic without subscriptions will result in the messages being dropped, however the publish operation should succeed which you can use to

[google-appengine] Re: Accessing datastore from microservice

2018-10-17 Thread 'Julie (cloud platform support)' via Google App Engine
This seems like a design/code issue which would be best posted on Stackoverflow. It would also be helpful to clarify why redefining your user class in GAE code when you are using NDB to get / put the data would not be sufficient. -- You received this message because you are subscribed to the

[google-appengine] Re: Getting CURRENT_VERSION_ID from Java Flex VM?

2018-10-15 Thread 'Julie (cloud platform support)' via Google App Engine
Do you need a scripted method of getting the info? If so try this Java API class (public static final SystemProperty applicationVersion). Otherwise you can

[google-appengine] Re: Having problems with final step with Google Course Builder Deployment

2018-10-08 Thread 'Julie (cloud platform support)' via Google App Engine
To clarify, are you referring to the chmod command? This StackExchange post[1] goes over equivalent windows commands that will allow you to modify permissions. [1] https://superuser.com/questions/106181/equivalent-of-chmod-to-change-file-permissions-in-windows -- You received this message

[google-appengine] Re: How To Install Python3 On Google APPENGINE

2018-09-26 Thread 'Julie (cloud platform support)' via Google App Engine
Using App Engine Flex with a custom runtime and specifying both Python3 and PHP as the runtime may allow you to call your backend script. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Google Clound endpoints not showing

2018-09-18 Thread 'Julie (cloud platform support)' via Google App Engine
I haven't located a Stackoverflow post in your message so can you post it? If the post does not include the full error message please post it here. To clarify, you have deployed services to App Engine but it is not visible in

[google-appengine] Re: Datastore - Audit Log of the Project Owner

2018-09-17 Thread 'Julie (cloud platform support)' via Google App Engine
The Datastore team is aware of this request and is currently looking into it. You can use this issue tracker[1] to track the progress of that feature request. Please note that feature requests are not guaranteed to fulfilled and there is no ETA on them. [1]

[google-appengine] Re: Some pages are SSL, others are not.

2018-09-14 Thread 'Julie (cloud platform support)' via Google App Engine
According to this StackExchange post[1] it seems that your website is secure and the SSL is working as intended but you may have added mixed content such as page references or images that are not secure.

[google-appengine] Re: Datastore - Audit Log of the Project Owner

2018-09-14 Thread 'Julie (cloud platform support)' via Google App Engine
So to clarify, you want a feature for audit logs to record the email addresses of users why they modify Datastore data? Can you post a screenshot of the Audit logs that do not currently contain this as it is not clear where you would like this implemented after removing all personal and

[google-appengine] Re: Issues with configuring React app for App Engine Standard Environment (Node.js 8 [beta])

2018-09-10 Thread 'Julie (cloud platform support)' via Google App Engine
App Engine now supports Nodejs under a beta release . The tutorial goes though setting up an sample application . Can you

[google-appengine] Re: Google Dictionary app for mobile (while unlocking mobile screen)

2018-09-06 Thread 'Julie (cloud platform support)' via Google App Engine
To clarify is app google dictionary API a Google provided API or a personal one as it is not clear. Also you are expecting a Google mobile app? Is that one that you are developing? If so, any features that require updates would be the responsibility of the developer. -- You received this

[google-appengine] Re: get_serving_url for images available in Ruby gem?

2018-08-21 Thread 'Julie (cloud platform support)' via Google App Engine
This looks like a duplicate of this Groups post which as been answered. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Re: get_serving_url for Ruby gem?

2018-08-21 Thread 'Julie (cloud platform support)' via Google App Engine
It seems Ruby is not a supported language for Images AP I. You can use App Engine Flex and implement a Ruby custom runtime however only App Engine Standard has access to the

[google-appengine] Re: App engine to connect to Oracle on-premise instance

2018-08-08 Thread 'Julie (cloud platform support)' via Google App Engine
This looks like a duplicate of this Google Groups post -- 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

[google-appengine] Re: Google app engine creating instances not in 'default internal' ip ranges?

2018-08-06 Thread 'Julie (cloud platform support)' via Google App Engine
On Thursday, August 2, 2018 at 3:13:49 PM UTC-4, Ryan Barker wrote: > > I am having issues that some of the instances that are being automatically > spun up by google app engine are not able to connect to my database. I have > a hunch the issue is that the problem relates to ip addresses

Re: [google-appengine] Re: Using Process Managers

2018-07-31 Thread 'Julie (cloud platform support)' via Google App Engine
Can you provide the full details of the error when the restart is occurring(perhaps, a screenshot of the error) as it is not clear why a restart would be occurring. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Re: What software can I use to create account billing for my customer using Google Cloud?

2018-07-27 Thread 'Julie (cloud platform support)' via Google App Engine
Can you provide more context on how your application will be used as it not currently clear what functionality you are looking for? I assume since this was posted in the App Engine thread that you are planning on using App Engine? App Engine does have supported APIs

Re: [google-appengine] Re: Using Process Managers

2018-07-26 Thread 'Julie (cloud platform support)' via Google App Engine
The decision on whether or not to include a process manager really depends on your application and if it is critical that it avoids/minimizes downtime. As mentioned by Kenworth, including one would likely improve user experience but may increase resource usage and therefore cost. -- You

Re: [google-appengine] Re: Using Process Managers

2018-07-25 Thread 'Julie (cloud platform support)' via Google App Engine
How you are planning to use the Process Manager? I can check to see if that functionality is supported. -- 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] Re: App Engine Flexible NodeJS App adding Http2 in Nginx web server.

2018-07-17 Thread 'Julie (cloud platform support)' via Google App Engine
According to this Google Cloud Platform Blog post , support for the HTTP/2 protocol is automatically negotiated as part of the TLS handshake via ALPN. This is done by default and the