[google-appengine] Re: Reaching a quota limit for the Android Oauth2 Client ID

2017-11-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Yosi, Are you referring to the procedure described on the "Authorizing Android Apps" page ? Is there a special use-case for the 100 apps under one project? Adding a lot of apps under the same project might not be the best idea, as this

[google-appengine] Re: Google App Engine Clou A.I learn machine

2017-10-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Marcello, It is definitely possible to deploy your app in the app engine and use the offered machine learning facilities. You can find more detail on the "Cloud AI" documentation page . Information related to virtual machines that yo

[google-appengine] Re: E-mails from GAE standard to hotmail.com accounts bouncing for the past hour

2017-10-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello PK, How do you send these messages from GAE, exactly? The error text seems to indicate that you have used Google Apps/G Suite. You may find useful relevant detail on the "Sending and Receiving Mail with the Mail API" documentation page

[google-appengine] Re: Pub/Sub in GAE Standard Environment

2017-10-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Richard, To import various Python libraries in the standard environment, it is better to follow the recommended way, as detailed in the "Using third-party libraries" online document . -- Y

[google-appengine] Re: Rails app running on Google App Engine, but can't save to Postgres database

2017-10-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Craig, There are three main options for deploying Rails on Cloud Platform, none of which specifies the standard environment: Google App Engine Flexible Environment, Google Container Engine, Google Compute Engine, as specified on the "Running Rails on Google Cloud Platform" documentation

[google-appengine] Re: Pub/Sub in GAE Standard Environment

2017-10-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Richard, PyCharm supports all major Google App Engine development practices. This feature is supported in the Professional edition only. Do you actually use the pro edition of PyCharm? You may find detailed instructions on PyCharm's page

[google-appengine] Re: Pub/Sub in GAE Standard Environment

2017-10-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Richard, 1) Pub/sub is not in beta, even if some related gcloud commands contain the "beta" word. 2) You can use Pub/sub with GAE Standard, as documented on the "Cloud Pub/Sub Client Libraries" page . The old posting you refer to r

[google-appengine] Re: Issue while deploying Spring-petclinic On GAE

2017-10-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ramu, This issue is identical to https://issuetracker.google.com/67874986 from the public tracker. It is better to follow developments in that thread that you started earlier. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To un

[google-appengine] Re: Realtime: Firebase or Manual Node.JS Socket Servers?

2017-10-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Kaan, Real-time gaming is a possible area of efficiency for Firebase, so 1) and 2) You can use Firebase. 3) You can "Run Functions Locally", as described on the similarly named page . For more insight, you can read an excellent

[google-appengine] Re: How to get more info about 502 error

2017-10-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Adrien, More information is needed, mostly about your CloudSQL setup. Can you authenticate and log in properly to CloudSQL? Does your app access the database instance? The likeliest cause for the 502 Bad Gateway error is generally a lack of response from the back-end, in this case your C

[google-appengine] Re: GAE Firewall - Allowing Access for PubSub Push Subscriptions?

2017-10-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello JP, The architecture for push subscriptions does not seem to require such a magic URL as the in case of UrlFetch, as there is no user-configurable firewall involved in the delivery path. "The Pub/Sub server sends any messages for your subscription to the webhook address you have configur

[google-appengine] Re: Best practicies for making GAE microservices idempotent

2017-10-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Nilson, Among other sources, you may benefit from reading the "Implementing Workflows on Google App Engine with Fantasm" article . Fantasm is an excellent launch pad for building an understanding of how to decompose a workflow into th

[google-appengine] Re: Python App Engine - MySQLdb connection pool

2017-10-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Marc-André, >From SQLAlchemy 1.2 Documentation: *"Connection Pool Configuration* *The Engine returned by the create_engine() function in most cases has a QueuePool integrated, pre-configured with reasonable pooling defaults. If you’re reading this section only to learn how to enable po

[google-appengine] Re: Delay in "dispatch.yaml" update taking place

2017-10-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ben, More clarity is needed to isolate the actual issue in this case. You can use the dispatch.yaml to send incoming requests to a specific service (formerly known as modules) based on the path or host name in the URL. Specifying a certain version of that service in dispatch.yaml is not

[google-appengine] Re: Access to ODOO Database from Django Application in Google Cloud

2017-10-05 Thread 'George (Cloud Platform Support)' via Google App Engine
How is your database installed in Google Cloud, exactly? Did you install it in the Compute Engine ? You can also choose from a variety of third-party databases to use with your applications such as Redis, MongoDB, PostgreSQL, Cassandra, and Hadoop. These thir

[google-appengine] Re: Can not try free trial because card declined

2017-10-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jewel, In fact, you don't need necessarily a credit card to sign up. You can sign up for the free trial by providing a bank account instead of a credit card. To verify that you own the account, you'll provide the account number and routing number. Google deposits a small random amount wi

[google-appengine] Re: Cannot connect to first generation sql instance from app engine

2017-10-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Oki, The error described by string ”2013, 'Lost connection to MySQL server during query'” is typical of network issues. It is described more in detail on the "B.5.2.3 Lost connection to MySQL server" documentation page

[google-appengine] Re: SSL ceritificate installation issue

2017-10-03 Thread 'George (Cloud Platform Support)' via Google App Engine
How did you configure the custom domain and the SSL certificates, exactly? A step-by-step description would help a lot. Have you followed any document? After you set up your custom domain and update the DNS records, a managed SSL certificate is automatically provided within a few minutes. Have

[google-appengine] Re: Why is env_variables not transferred to container on instance

2017-09-20 Thread 'George (Cloud Platform Support)' via Google App Engine
It might well be that your connecting to the container via SSH interferes with your ability to read environment variables. More relevant details, as an example, in the "-link environment variables don't appear in SSH session" posting

[google-appengine] Re: Why is env_variables not transferred to container on instance

2017-09-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Søren, The recommended way to pass the environment variables for database connection is: env_variables: # Replace USER, PASSWORD, DATABASE, and CONNECTION_NAME with the # values obtained when configuring your Cloud SQL instance. MYSQL_USER: USER MYSQL_PASSWORD: PASSWORD

[google-appengine] Re: About Using App Engine to start a Compute Engine VM problem

2017-09-15 Thread 'George (Cloud Platform Support)' via Google App Engine
Did this modification solve your issue? For strictly code-related issues you are encouraged to rather post to stackoverflow or similar forums, where programming experts are ready to help. Groups are meant for general discussion and opinions. -- You received this message because you are subscr

[google-appengine] Re: Cold boot on appengine with java8 takes longer time when compared to java7

2017-09-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Nilson, How did you test for delays when spinning up new instances, exactly? A step-by-step procedure would come handy for us, when trying to reproduce the issue. There is no indication of such a situation in documentation, nor other similar reports. Did you deploy exactly the same app f

[google-appengine] Re: Enabling CORS on Google App Engine Flexible environment for a Django Application

2017-09-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Swapnil, Do you need any more help from us on this issue? You seem to have solved it, as one can read in your twin posting in stackoverflow. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop rece

[google-appengine] Re: Cron job runs successfully on local development server but fails after deployed

2017-09-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Zhou, None of your two projects seem to have a task queue; no queue is visible in the Developers' Console. Without a queue, you get the "UnknownQueueError" error message. You may try deploying the queue config explicitly

[google-appengine] Re: Help me, GAE/PHP Inexplicable behavior google cloud storage' s response

2017-09-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Satoshi, You must start uploading to this URL within 10 minutes of its creation. Have you followed the relevant documentation page at "Allowing Users to Upload Files" with all the steps indicated there? How

[google-appengine] Re: Configure ah-builtin-python-module Idle Instance Count

2017-09-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Ivan, On your screen capture there are no other instances for that time period except for the auto-scaled ones. The way to control these can be read from the "Change auto scaling performance settings" paragraph on the "Managing App Resources" documentation page

[google-appengine] Re: What is the best way to upload a large file to Google Cloud Storage? (PHP Libs)

2017-09-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Nizar, You can increase upload file size and the related behavior of your app by appropriately setting the upload_max_filesize and post_max_size PHP options, as well as max_input_time and max_execution_time. For more detail you may read the "Upload Large Files in PHP

[google-appengine] Re: Enabling CORS on Google App Engine Flexible environment for a Django Application

2017-08-31 Thread 'George (Cloud Platform Support)' via Google App Engine
You seem to have used the wildcard "*" between single quotes '*'. The error message complains about this URL, you should look into it. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving email

[google-appengine] Re: Enabling CORS on Google App Engine Flexible environment for a Django Application

2017-08-30 Thread 'George (Cloud Platform Support)' via Google App Engine
You may refer to the "CORS Support" subchapter of the "app.yaml Reference" documentation page . Is your allow origin address correct? -- You received this message because you are subscribed to the Google Groups "Google App En

[google-appengine] Re: Configure ah-builtin-python-module Idle Instance Count

2017-08-30 Thread 'George (Cloud Platform Support)' via Google App Engine
It is still the queue.xml and appengine-web.xml configuration files that can influence your backup jobs. Of particular interest is the

[google-appengine] Re: Cannot open ssh windows and load monitoring

2017-08-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Rama, What steps have you undertaken exactly, before meeting with this issue? What type of instances do you want to access? To connect to a Google Compute Engine virtual machine instance from within the Google Cloud Platform Console, you may follow the instructions provided on the "SS

[google-appengine] Re: Configure ah-builtin-python-module Idle Instance Count

2017-08-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ivan, In your situation, you may try to play around with various settings that may influence app performance and scaling, as described on the "Managing App Resources" page . A special attention may be d

[google-appengine] Re: Deploying cron.yaml or cron.xml to Google App Engine with REST api

2017-08-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Supratim, At present, this is intended behavior of the Admin API. -- 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...@googleg

[google-appengine] Re: Configure ah-builtin-python-module Idle Instance Count

2017-08-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ivan, More detail is needed to properly start an investigation in this issue, especially in what concerns the ah-builtin-python-module. Do you mean ah-builtin-python-bundle? How did you determine that the spinning up of new instances is caused by the backup jobs? Why would the algorith

[google-appengine] Re: app engine custom domain presented with A, AAAA and CNAME records

2017-08-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Main difference is that one is safe to use at the zone apex (ex. naked domain, such as example.com), whereas the other is not. A/ allows you to have the bare domain functional. More detail on the "Comparing Alias and CNAME Records" page

[google-appengine] Re: app engine custom domain presented with A, AAAA and CNAME records

2017-08-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Juan, You seem to be referring to errors you receive from the CloudFlare site, and illustrating the situation with an image from the app engine standard environment custom domains page. More information is needed to clarify the situation. Referring to the “Using Custom Domains and SS

[google-appengine] Re: Cannot Use Google Cloud Storage on Local Environment with PHP Standard Env

2017-08-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Thomas, Is the same error triggered if you run the `echo file_get_contents("gs://test-appdocs-sendgrid-inbound/envelope.json");` command, which assumes you had copied the envelope.json file in the root directory of the bucket, i.e. under gs://test-appdocs-sendgrid-inbound/envelope.json?

[google-appengine] Re: Cannot Use Google Cloud Storage on Local Environment with PHP Standard Env

2017-08-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Thomas, What is the exact command you run? The wrapper requires a certain format for the name of the bucket or file object. The standard environments offers other running conditions for apps, by reference to flex, there is no expectation to get similar results always. -- You received thi

Re: [google-appengine] Re: Best-Approach to create and REST API (PYTHON 2.7) for a Monolitic App Engine in standard environment

2017-08-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Richard, Glad to hear that things are progressing and you start work on your newly branched app. As it seems we speak mostly of programming and coding from now on, it may be more effective to rather post specific questions on stackoverflow, where experts are ready to reply and help with sug

[google-appengine] Re: Cannot Use Google Cloud Storage on Local Environment with PHP Standard Env

2017-08-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas, In case of the local development server, the Google Cloud Storage stream wrapper is built in to the run time, and is used when you supply a file name starting with gs://. The wrapper requires the name of the bucket or file object to be in the form: gs://bucket_name/desired_objec

[google-appengine] Re: Help me mail

2017-08-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Google Compute Engine does not allow outbound connections on ports 25, 465, and 587. By default, these outbound SMTP ports are blocked because of the large amount of abuse these ports are susceptible to. You can find more information on how to send email from a VM and what services to use on the

[google-appengine] Re: Best-Approach to create and REST API (PYTHON 2.7) for a Monolitic App Engine in standard environment

2017-08-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Richard, If you existing application is fairly modular, all you need to work on, to convert it to a micro-services-based app, is to at least convert your imports and read-writes from various models to calls via HTTP. The new services would provide full isolation of code; the only way to

[google-appengine] Re: Handling API versioning issue

2017-08-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Eric, For related versioning information you may consider checking the "Cloud Endpoints API versioning features" sub-chapter of the "API life cycle management" page . -- You received this message because you are subscribed to

[google-appengine] Re: Where to edit source code in gcp

2017-08-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Nagaraja, A local development server is specifically offered for situations like yours, when one needs to develop and test Go code on the local machine, before finally deploying it to the Cloud. You can read relevant information with further leading links on the "The Go Development Serve

[google-appengine] Re: Serious issues going on with memcache and repeated function calls

2017-07-31 Thread 'George (Cloud Platform Support)' via Google App Engine
There are indeed some issues still left in the europe-west region; situation is expected to return to normal soon. -- 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 e

[google-appengine] Re: Handling API versioning issue

2017-07-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Eric, If you deploy the new API version to the same application version 1, you'll find it under the same 1-dot-xxx address: the one you mention. In such cases, it is more effective to open a bug / issue in the public tracker . The tracker is d

[google-appengine] Re: Logging in local sever (dev server) & Intellij

2017-07-26 Thread 'George (Cloud Platform Support)' via Google App Engine
When you execute a local configuration, IntelliJ IDEA, among other things, starts the server. Configurations are stored and managed by IntelliJ, not the server. The app engine server is listed among the supported ones. You should be able to reach your goals reading the downloadable manual. --

[google-appengine] Re: new java sdk?

2017-07-26 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Mac, The current SDK for Java is 1.9.54 - 2017-06-09. It has been released fairly recently, as you may check on the download page . These releases are quite important and with far-reaching consequences, not the kind of detail

[google-appengine] Re: Testing locally theTaskQueue

2017-07-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Have you tried to exclude the unwanted class with something like mvn dependency:tree -Dexcludes=org.codehaus.plexus ? More details on the "Filtering the dependency tree" page . -- You receiv

[google-appengine] Re: Testing locally theTaskQueue

2017-07-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Roxana, Have you tried altering maven dependencies to specify the actual app engine target version directly? It seems a library version is called at compile time and another at run time. The latest hsqldb version is 2.4.0, not 2.3.2. This might get called somehow and conflict with the v

[google-appengine] Re: How to use Google Cloud DNS and does Google Cloud Hosting support email service?

2017-07-25 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Borislav, Have you followed all steps indicated on the documentation page, including having your domain registrar add the resource records for your domain? It is presented under Settings / Add a new custom domain. -- You received this message because you are subscribed to the Google Group

[google-appengine] Re: Operation does not satisfy the following requirements: billing-enabled

2017-07-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Raivo, The associated billing account for your project is closed but in order otherwise. You need to use an open account for the project. You may check the related help page , and report eventu

[google-appengine] Re: GAE Free Tier

2017-07-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Tim, Do you mean users sending requests at once? You are right, and I'll respect your wish, not referring you to the already read page, but to "Always Free Usage Limits ". You don't have to worry about resources not indicated t

[google-appengine] Re: How to use Google Cloud DNS and does Google Cloud Hosting support email service?

2017-07-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Borislav, 1) You can find information on custom domains, and how to set one up for your app, in the "Using Custom Domains and SSL" documentation page . 2) There is a Mail API that maps perfectly onto

[google-appengine] Re: Logging in local sever (dev server) & Intellij

2017-07-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Patrick, The same company that created IntelliJ can provide you with a proper tool to view logs in an organized way: PyCharm . IntelliJ also supports it, and a dedicated manual

[google-appengine] Re: Problem with database failed to connect to cloudsql

2017-07-18 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mutasim, Access control occurs on two levels: Instance-level access and Database access. The app ID does not award you access to the database instance. You can find more information and easy steps to follow on the "Instance Access Control" documentation page

[google-appengine] Re: Need guidance on how to deploy changes to App Engine.

2017-07-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Mesam, What you did was the right thing. One has to re-deploy the app, there is no way around it, as you can't update just desired parts of it that you had modified. To avoid breaking a working version when deploying updates, you may decide to deploy the modified app as a separate version,

[google-appengine] Re: "Instance Unavailable"

2017-07-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Marc, It is not so out-of-common for tasks in the task queue to fail for various reason. This happens, and there are detailed documentation how to deal with this situation and devise a strategy, namely on the "Retrying Failed Tasks" page

[google-appengine] Re: Proble to get Google Play subscription info using Google Developers API

2017-07-13 Thread 'George (Cloud Platform Support)' via Google App Engine
code= refers to the step described just above the window, namely: "Exchange this code for an access and refresh token pair by sending a POST request to https://accounts.google.com/o/oauth2/token";. You need to follow exactly the preceding steps from https://developers.google.com/android-publis

[google-appengine] Re: gCloud - 162.0.0 - Release Notes

2017-07-13 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Alex, These are new scheduling controls associated with the clone scheduler, mostly relating to CPU utilization. Fully agreeing with you that documentation is not overly explicit here. I hope updates to relevant docs are on the way. You can find some detail on the "Configuring your App w

[google-appengine] Re: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2017-07-12 Thread 'George (Cloud Platform Support)' via Google App Engine
gslib may be found at /usr/lib/google-cloud-sdk/platform/gsutil/gslib/data in linux, or at an equivalent path in Windows, starting from the sdk install directory. What are you attempting to do exactly? Do you want to authenticate your app for connection to cloud resources? Do you want to authe

[google-appengine] Re: PHP website page are not opening in google cloud application

2017-07-12 Thread 'George (Cloud Platform Support)' via Google App Engine
You need to indicate that the forward slash "/" is the last one in the string, so instead of - url: / before static_files, better - url: /$ . This should prevent the forward slash "/" to be treated in the same way as "/.+". -- You received this message because you are subscribed to the Google

[google-appengine] Re: Endpoints custom authentication javascript?

2017-07-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Marie, You can create a custom authenticator for Endpoints, as detailed on the "Interface Authenticator" documentation page . General authentication-related informat

[google-appengine] Re: App Engine Standard + JRebel: Worth it?

2017-07-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Patrick, There is a tutorial offered in the JRebel documentation, for Eclipse, "Using JRebel in Eclipse with Google App Engine and GWT ". For up-to-date information, it should be read in c

[google-appengine] Re: [google-endpoint-v2] rename entity prior to serialization

2017-07-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Raunak, You can find some info on the endpoints-framework 2.0.0-beta.5 API page [1] regarding the library used for endpoints. If you need to create POJOs on the fly, you can find some info reading "How to create and then instantiate POJO classes dynamically?" in stackoverflow. [2] As thi

[google-appengine] Re: Spring Boot on App Engine Standard (Java 8) - Receiving 404

2017-07-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Shachar, This is correct, the sample presented at the referred link does not provide any instruction regarding web.xml, but requires you to edit appengine-web.xml to: http://appengine.google.com/ns/1.0";> 1 true java8 There is no other apparent reason why the instructions secure a

[google-appengine] Re: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2017-07-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Amit, A corrupted installation might be at the root of this. For troubleshooting purposes, it is useful checking that your files match the following pattern, indicated here in general lines: ~/gsutil$ ls -l gslib/data/cacerts.txt -rw-r--r-- 1 gslib/data/cacerts.txt ~/gsutil$ sha1sum

[google-appengine] Re: How to create multple service in one app engine - can any one help

2017-07-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Aslam, The page you captured displays indeed the deployed services, but does not offer the possibility to create modules or services. These are highly dependent on the application's code and would be awkward handled in a GUI environment such as the console. To find out more how to char

[google-appengine] Re: [google-endpoint-v2] rename entity prior to serialization

2017-07-07 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Raunak, Is there no way to do that within your app, and modify names after information is retrieved from the response, alter transmissionType with an underscore at that later point in time? How does this need fit in the overall architecture of your app? -- You received this message becau

[google-appengine] Re: Spring Boot on App Engine Standard (Java 8) - Receiving 404

2017-07-06 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Shachar, Following the steps provided on the page you linked to, I have been able to run the app locally and then deploy it successfully in the standard environment, without any 404 errors. Did you deploy any other app prior to this one? How did you build your app's URL? You may check a

[google-appengine] Re: [google-endpoint-v2] rename entity prior to serialization

2017-07-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Raunak, How would you describe a use-case typical of your situation? What is here exactly meant by "renaming" an entity? A possible solution, based on information at hand, would be based on using Annotation Type ApiTransformer

[google-appengine] Re: Proble to get Google Play subscription info using Google Developers API

2017-07-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Michael, The information you need is presented in a step-by-step format on the "Authorization" documentation page . You'll get the desired token by following this workflow. You are welcome to come back with more in-depth qu

[google-appengine] Re: Not able to deploy on app engine flexible environment with python-postgresql

2017-07-03 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Ignacio, It may be worthwhile checking the installation page for gunicorn, install it as advised on that page, and then check if it is in your path. What happens if you run the "gunicorn" command? -- You received this message because you are subscribed to the Google Groups "Google App En

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2017-06-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Adeel, Again unable to reproduce. I cloned your app, deployed, installed the cloud proxy and ran the command: ./cloud_sql_proxy -instances=[project name]=tcp:3307 -credential_file=[name of credentials file].json. In short, the good news is that your app works exactly as it is. You can ins

[google-appengine] Re: Not able to deploy on app engine flexible environment with python-postgresql

2017-06-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ignacio, You might have been affected randomly by a temporary outage in the flex environment. It may be worthwhile checking in your system if gunicorn is there and its path correct. If you run gcloud components update and then gcloud info, what is the (edited) output from these comma

[google-appengine] Re: Google App Engine Endpoints for iOS

2017-06-28 Thread 'George (Cloud Platform Support)' via Google App Engine
How did you set your bundle identifier? You can find some useful detail on the "Configuring Your Xcode Project for Distribution" documentation page . You m

[google-appengine] Re: image downloaded with images.get_serving_url() should default to a pre-defined name

2017-06-27 Thread 'George (Cloud Platform Support)' via Google App Engine
This is just a suggestion. If your purpose is uniquely to serve the URL, get_serving_url is recommendable. If you want to rather offer the file for download under a predetermined name, other options may come handy. -- You received this message because you are subscribed to the Google Groups "

[google-appengine] Re: image downloaded with images.get_serving_url() should default to a pre-defined name

2017-06-23 Thread 'George (Cloud Platform Support)' via Google App Engine
It depends, whether you need the image to be served at different resolution, or not. If your purpose is to offer an image for download, you could rather organize a link to cloud storage. You can gather more detail from the "Request URIs" online document

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2017-06-23 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Adeel, Needing some extra time to reproduce; your understanding is highly appreciated. -- 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-appengi

[google-appengine] Re: Google Play Developer API connection issues

2017-06-23 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Michael, How did you get the value for the token for KEY_AUTHTOKEN; in other words, is the "myAccount" value correct? For the initial configuration, did you follow the relevant documentation page at "Authorization"? You ca

Re: [google-appengine] Re: Passing "--verbosity true" to gcloud through Maven

2017-06-23 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right, the gcloud-maven-plugin is deprecated. It would however accept exactly the same --verbosity parameter you desire. Still, the mvn -X appengine:deploy does provide extra debug messages. All deployment options write out lines tagged with [INFO] GCLOUD: during deployment, that come

[google-appengine] Re: Passing "--verbosity true" to gcloud through Maven

2017-06-22 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Joshua, In case you adjust your deployment strategy and use gcloud-maven-plugin, in place of the appengine-maven-plugin, the option for --verbose exactly is present there. You can find related details on github . Debug informa

Re: [google-appengine] Re: Search limit

2017-06-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Emlyn, News is not entirely bad: "Note: Although these limits are enforced by the minute, the Cloud Platform Console displays the daily totals for each. Customers with Silver, Gold, or Platinum support can request higher throughput limits by contacting their support representative." This is

[google-appengine] Re: missing "=" after following connecting GAE and Cloud SQL tutorial

2017-06-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jason, Where did you replace "mysql" to "progres", exactly? The tutorial you mention is meant for the standard environment. "Connection from an App Engine standard environment application to a PostgreSQL instance is not supported.", as explained in the "Connecting from App Engine" onli

[google-appengine] Re: image downloaded with images.get_serving_url() should default to a pre-defined name

2017-06-21 Thread 'George (Cloud Platform Support)' via Google App Engine
What is the whole get_serving_url line you refer to? There is a filename parameter you may use with the get_serving_url command, as documented in the "google.appengine.api.images package" online document

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2017-06-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Adeel, At point 2 of your reply above, the way you employ the "-dir=" parameter does not correspond to any possible options, for cloud_sql_proxy. You can compare and gather more relevant detail in the "Example proxy invocations and mysql client connection strings" sub-chapter of the "About

[google-appengine] Re: Search limit

2017-06-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Emlyn, The 15000 documents per minute quota is meant for the whole app. You can see in the document you link to that the action is named "Adding documents to Indexes", so generally, not one index or per index. In the Java "Quotas" document

[google-appengine] Re: Hosting de pago

2017-06-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Adrian, A deployed app engine service would scale up to accommodate increased bandwidth. More capacity would automatically get added as workloads increase, which amounts to illimited bandwidth, in practical terms, exactly as you say. You can find relevant information in the "Designing fo

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2017-06-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Adeel! The tutorial you mentioned surely works well. What steps differ in your case, from the tutorial? Any small detail may count, so if you provide an exhaustive list of differences, you enable us to properly reproduce the issue on our side. -- You received this message because you are

[google-appengine] Re: Caching a Cloud Endpoint response

2017-06-15 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Andrey, You could use the Author's own solution to his "How to cache the response in google cloud endpoint?" question in stackoverflow. A cache dedicated servlet does not seem necessary.

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2017-06-14 Thread 'George (Cloud Platform Support)' via Google App Engine
How does your final, corrected app.yaml look like? Does it contain a line similar to the following one? # Ensure we skip ".env", which is only for local development skip_files: - .env What migration commands did you employ, exactly? What is the result of running the "gcloud sql instances

[google-appengine] Re: ftp server

2017-06-14 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jamil, You need to establish a secure connection to your GCE machine, using the SFTP protocol. This will enable you to profit from the services of the ftp server. You can find relevant step-by-step instructions in the "Transferring files using the file browser on Linux or macOS workstat

[google-appengine] Re: Anyone experiencing the new console log view being a bit busted?

2017-06-13 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Emlyn, This issue seems to manifest itself in particular circumstances, as I can not reproduce it based on the received information. More detail is needed, preferably a step-by-step description of the procedure. What types of logs are these, for which operations? All other information

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2017-06-12 Thread 'George (Cloud Platform Support)' via Google App Engine
You still kept the line, in place of the suggested skip_files: - .env. If you want me to take a look, the easiest would be to send your project name by private email, using the drop-down list offered by the "reply" button at the top-right of the window. -- You received this message because

[google-appengine] Re: Taskqueue ETA *sometimes* 1 hour off in AppEngine

2017-06-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Robert, The actual description of the option is: "etaMillis(long etaMillis) Sets the approximate absolute time to execute." on the "com.google.appengine.api.taskqueue" documentation page

[google-appengine] Re: Have you ever seen this?

2017-06-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Paolo, What were you attempting to do prior to receiving the error message? Have you run some commands? You need to authorize your app to access certain data. This is described in the "Authorize Requests" online document .

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

2017-06-08 Thread 'George (Cloud Platform Support)' via Google App Engine
@Jianliang For official dates and the like, it is best to keep re-checking relevant pages from the official online documentation for the Search API. Sometimes these documents are updated more than once a week, to keep up with progress. @ Robert There are indeed plan for an update to version 1.

[google-appengine] Re: Not able to deploy on app engine standard environment

2017-06-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ignazio, This result might be related to a temporary issue with deployments, that should be fixed quite soon. On the other hand, if you say you feel guilty about it, you might have somehow contributed to the reported situation. We need more information to start a proper investigation.

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

2017-06-07 Thread 'George (Cloud Platform Support)' via Google App Engine
If you mean the infrastructure allocated to app engine deployments, it is able to scale up indeed. Your issues were caused by a temporary occurrence that has been fixed meanwhile. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubs

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

2017-06-07 Thread 'George (Cloud Platform Support)' via Google App Engine
The author of the reply to your stackoverflow question is right: the Search service is currently unavailable outside of the standard environment, as stated in the "Migrating Services from the Standard Environment to the Flexible Environment" online document

<    2   3   4   5   6   7   8   9   >