[google-appengine] Domain Verification failed. We were unable to connect to your server.

2018-09-21 Thread manuel . escamilla
Hi Everyone,

>From Google Cloud Platform | App Engine | Settings | Custom Domains | Add 
Custom Domain |

I enter my domain and I'm navigated to Webmaster Central Page

>From there I have 2 tabs to verify, using DNS CNAME, DNS TXT, and History, 
NO alternative methods.

I created both records in iwantmyname.com DNS Manager, both have been 
propagated:

https://dnschecker.org/#CNAME/xvial2r3q4g5.taveou.com
https://dnschecker.org/#TXT/taveou.com

Nevertheless, verification keeps failing. 


Verification failed for *taveou.com *using the DNS CNAME record method (7 
minutes ago). We were unable to connect to your server.
Verification failed for *taveou.com *using the DNS TXT record method (less 
than a minute ago). We were unable to connect to your server.


My deployment was successful, I just need to link my custom domain, but it 
seems impossible to pass the verification, and it is out of my budget to 
pay $150 to be able to open a ticket.


Will appreciate any help.

Thanks,

Manuel

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d5f91c23-ab90-4b19-ae13-a9b019553586%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Unable to connect to MQTT database on a VM instance from AppEngine.

2018-09-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Rajkumar, 

You should configure the GCE instance's firewall to allow traffic to 
port 1883, or whatever port is needed for MQTT. You may gather more detail 
from the "Virtual Private Cloud (VPC) Network Overview" documentation page 
. 

As MQTT is not a supported product, you are responsible for its proper 
configuration, as generally for the proper working of your VM instance in 
GCE. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7df947c7-3f4f-43c9-96aa-6b754c6665db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Schedule for weekly update in App engine flex env

2018-09-21 Thread Rizky Ananda
thank you

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/22b91582-1efa-4ab8-82d0-4c3e92f42584%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Schedule for weekly update in App engine flex env

2018-09-21 Thread Ting Chang
Sounds like having more than one instance is the way to go.  Thank you for 
your response.

Ting

On Friday, September 21, 2018 at 2:38:27 PM UTC-7, George (Cloud Platform 
Support) wrote:
>
> Hello Ting, 
>
> It is not possible to configure any time for weekly restarts in the 
> Flexible Environment. These are no scheduled or predictable events. The 
> environment does not perform maintenance on all your running instances at 
> once, so there are always running instances left to serve traffic. If you 
> have multiple instances, you can be sure that at least one of them, usually 
> more, will remain active during maintenance on others. Overall, you should 
> not fear maintenance-related restarts. 
>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bf348b7b-69ab-44ef-8627-cec76e71636d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Schedule for weekly update in App engine flex env

2018-09-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ting, 

It is not possible to configure any time for weekly restarts in the 
Flexible Environment. These are no scheduled or predictable events. The 
environment does not perform maintenance on all your running instances at 
once, so there are always running instances left to serve traffic. If you 
have multiple instances, you can be sure that at least one of them, usually 
more, will remain active during maintenance on others. Overall, you should 
not fear maintenance-related restarts. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8f2dca3b-4fc8-43d0-9af7-9beb129a2e39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: App Engine Update Code Error

2018-09-21 Thread 'Sam (Google Cloud Support)' via Google App Engine
Hello, I could use a little more information (e.g. stack trace, debugging 
log, screenshots, Google Cloud SDK version) to provide guidance here. 
However, I'll suggest a few reasons you encountered this along with some 
solutions I've seen:

1) you ran 'gcloud app deploy' and you are using a deprecated version of 
the SDK (run 'gcloud version' to check)

   - run 'gcloud components update' to upgrade to the latest Google Cloud 
   SDK [1]. At the time of this post the latest Google Cloud SDK version is 
   217.0 [2]
   - rerun 'gcloud app deploy --verbosity=debug' command (assuming you used 
   this) to deploy your app [3]. Take note of the verbosity flag to output a 
   debugging log [4].
   - A workaround I have seen is running 'gcloud config set 
   app/use_deprecated_preparation True'. Once that property is set, rerun the 
   deployment. Note that I haven't tested if this works but it worked for some 
   others on this thread in GitHub [5].

2) you are running into some limitation and using 'appcfg.py update 
[DEPLOYMENTS]' to deploy instead will output a more understandable error 
message [6][7].

   - You may be running into "Exceeded the limit of 1000 files per 
   directory..." Which is a hard limit in Google App Engine [8].
   - A simple workaround is to not put a large amount of files in a single 
   directory, or add in an exclude in 'skip_files' in your app.yaml file [9].

I hope one of these suggestions helps to resolve your deployment issue. If 
you still require more help you could try asking a question with more 
detail on the steps you took and the issues you encountered in 
StackOverflow [10].

[1] https://cloud.google.com/sdk/gcloud/reference/components/update
[2] https://cloud.google.com/sdk/docs/release-notes
[3] https://cloud.google.com/sdk/gcloud/reference/app/deploy
[4] https://cloud.google.com/sdk/gcloud/reference/#--verbosity
[5] https://github.com/GoogleCloudPlatform/getting-started-java/issues/281
[6] https://cloud.google.com/appengine/docs/standard/python/tools/uploadinganapp
[7] 
https://cloud.google.com/appengine/docs/standard/python/tools/appcfg-arguments
[8] https://stackoverflow.com/a/1462249
[9] 
https://cloud.google.com/appengine/docs/standard/python/config/appref#Python_app_yaml_Includes
[10] https://stackoverflow.com/

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9ac05046-678e-4d57-a56d-451279deb1aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Every once in a while GAE responds with 502 error

2018-09-21 Thread 'Amit (Google Cloud Support)' via Google App Engine


Hi

To navigate to the ‘Memory Usage’ graph in the App Engine dashboard, you 
first need to click on the hamburger icon on the top left corner of the 
Cloud Console. Then, click ‘App Engine’ under the ‘Compute’ section and 
select 'Dashboard'. Select version from the dropdown menu and then select 
‘Memory Usage’ from another dropdown menu just under the ‘Version’ dropdown 
menu. I hope this helps you to find the ‘Memory Usage’ graph in the App 
Engine dashboard.


On Thursday, September 20, 2018 at 5:12:16 PM UTC-4, Elena DevAccount wrote:
>
> Hi and thanks for your reply!
> I cannot find the Memory usage in the dropdown menu though. Could you 
> please point me to some link or instructions? 
>
> Thanks!
>
> On Tuesday, September 11, 2018 at 3:11:19 PM UTC-7, Katayoon (Cloud 
> Platform Support) wrote:
>>
>> I should note that we have received some reports from asia-south1 and 
>> asia-northeast1 regions as reported via Issue#113859892 
>>  which seems to be resolved. 
>> However, in your case (Elena’s), it seems that your application ran out 
>> of memory 
>> .
>>  
>> You can check it via your App Engine Dashboard by choosing “Memory Usage” 
>> through the dropdown menu.
>>
>> If the issue still persists, I recommend to report it via the Issue 
>> Tracker  so that 
>> we would be able to dig into the issue.
>>
>>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/fd3ad178-c60e-49b3-acbd-24efb53b6e60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Unable to connect to MQTT database on a VM instance from AppEngine.

2018-09-21 Thread Rajkumar Godi
Hi George,

Yes, my setup is entirely on GCP. I do not refer to Cloud SQL. I have
installed MongoDB on a VM instance in compute engine, I also have MQTT
installed on the same VM Instance. I have not trouble connecting MongoDB to
App Enigne, but connection to MQTT is failing with the error lines I
provide in my previous post. Please let me know if you need more details.
Appreciate any help in this regard.

Regards,
Raj.



On Fri, Sep 21, 2018 at 5:50 AM 'George (Cloud Platform Support)' via
Google App Engine  wrote:

> Hello Rajkumar,
>
> Is your VM instance running in Google Cloud Platform? Do you run your VM
> instance in your own local server? What DBMS have you implemented? Do you
> refer to a Cloud SQL instance? How do you connect from your app in App
> Engine to your VM? A little more detail on your setup should definitely
> help.
>
> --
> 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 post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/f04134bd-554e-4eff-a0ce-bce930831531%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAFti77p1J6CNi1BcDcLNqMKHYS3g%3Da8hfMo0g6NcOLfe-Da8iA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Schedule for weekly update in App engine flex env

2018-09-21 Thread Ting Chang

Hi,

We are currently using the App Engine Flex environment for hosting our 
service but we've been experiencing outage every week for ~20 minutes due 
to the weekly update.

Questions:

1) Is it possible to configure a different time for the weekly update?  
2) We are also looking into configuring more instances running at all time 
so the LB can redirect the traffic to the instance that is available.  Do 
all instances get updated/restarted all at the same time?  If we have 
multiple instances, can we be sure that only one will be down at a time?

Our service is hosted in the us-central region.

Thank you,

Ting

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/673f8a95-9099-48f1-b27d-7655d445be86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How do I successfully query the Google Play Developer API, specifically androidpublisher.purchases.subscriptions.get to get in-app purchase subscription info?

2018-09-21 Thread edgaralexander via Google App Engine
- Note that Google Groups is reserved for general product discussions and 
not for technical support. For further technical support it is recommended 
to post your detailed questions to Stack Overflow[1] using the supported 
Cloud tags, for example Cloud Function[1]. You can also add the 
[google-api] tag as there are two service in this issue.

That being said, from the error message it would seem you have not linked 
your project to the Google Play Console, this thread[2] provides the steps 
to resolve the issue. Please review and proceed with those steps and if 
additional assistance is required, I would suggest to proceed and create a 
thread in Stack Overflow.

[1] https://stackoverflow.com/questions/tagged/google-cloud-functions
[2] 
https://stackoverflow.com/questions/25481207/why-getting-error-the-project-id-used-to-call-the-google-play-developer-api-has

On Friday, September 21, 2018 at 9:16:47 AM UTC-4, Daniel Wireless Software 
wrote:
>
> I am using firebase cloud functions, and have successfully obtained all 3 
> required parameters for androidpublisher.purchases.subscriptions.get , 
> namely packageName, subscription ID and token.
>
> Then we tried to use the Node.JS client library for Google APIs, in our 
> firebase cloud function, to get more information about the in-app 
> purchases. However, it always returns "invalid credentials".
>
> When we try on https://developers.google.com/apis-explorer or OAuth2.0 
> playground, with the same 3 parameters, it returns "The project id used 
> to call the Google Play Developer API has not been linked in the Google 
> Play Developer Console."
>
> But we have linked the project (see attached screenshot). 
>
> Furthermore, the service account has been granted access and we are using 
> that service account for the Node.JS client library access. (see attached 
> screenshots).
>
> Can anybody please help us?
>
> Thanks
> Daniel
>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/632b30ab-5e6d-4b7b-af4a-e0c57508bfde%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] App Engine Update Code Error

2018-09-21 Thread Dhruv Mittal
While updating the code on APP Engine it is giving an error code [13] : An 
Internal Error Occured. We have tried all the combinations of solutions 
available anywhere, Can anyone help??

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d1b474cd-d946-4462-8347-42434755fc18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Help with Security in Cloud Functions

2018-09-21 Thread Miguel Pagan Murphy
Hi Geroge,

Thank you so much for your fast response. I registered for the alpha and it 
seems like it's going in the right direction, :).

Thanks again,

Miguel.

On Thursday, September 20, 2018 at 10:06:19 PM UTC+2, George (Cloud 
Platform Support) wrote:
>
> Hello Miguel, 
>
> Your concern is legitimate, and you should be able to restrict access to 
> your deployed functions. Work is being done and a solution under way. You 
> may check the "Provide Authentication / Access Control" feature request 
>  in the Public Issue Tracker. 
> Progress towards eventual implementation my be followed in that issue. You 
> are welcome to formulate related concerns, or provide more detail on your 
> requirements. Posting this information in the mentioned feature request 
>  is more effective, and your 
> concerns would reach Engineering directly. 
>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/91bdfcc0-f3bf-4e26-b34f-0af2be05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.