Re: [google-appengine] Maven plugins

2017-05-09 Thread 'Adam (Cloud Platform Support)' via Google App Engine
> > > * Eclipse incremental compiler and WTP to enable immediate run/debug and >> class replacement at debug-time * > > > Thank you. That makes sense. > > Adam of Cloud Platform Support, your statement (copied immediately below > in blue ) seems to contradict Br

[google-appengine] Re: Google cloudstorage returns 404 Not Found when trying to delete from bucket (localhost)

2017-05-08 Thread 'Adam (Cloud Platform Support)' via Google App Engine
wrote: > > It works when I delete an image cloudstorage.delete(image). However, that > image is in the apps default bucket. > > > On Sunday, May 7, 2017 at 9:11:38 PM UTC+3, Adam (Cloud Platform Support) > wrote: >> >> Is this called from an App Engine standard app in

[google-appengine] Re: war size too large (exceeding 32M)

2017-05-07 Thread 'Adam (Cloud Platform Support)' via Google App Engine
choosing_an_archetype> . On Saturday, May 6, 2017 at 10:48:10 PM UTC-4, Kent Tong wrote: > > Thanks for the reply! > > On Sunday, May 7, 2017 at 4:31:25 AM UTC+8, Adam (Cloud Platform Support) > wrote: >> >> What is the specific name of the archetype you're using, and

Re: [google-appengine] Re: Maven plugins

2017-05-07 Thread 'Adam (Cloud Platform Support)' via Google App Engine
tainer app for that matter). It's not a limitation of App Engine or the plugins. On Sunday, May 7, 2017 at 9:01:22 AM UTC-4, Joshua Fox wrote: > > > > On Sat, May 6, 2017 at 11:08 PM, 'Adam (Cloud Platform Support)' via > Google App Engine wrote: > >>

[google-appengine] Re: Google cloudstorage returns 404 Not Found when trying to delete from bucket (localhost)

2017-05-07 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Is this called from an App Engine standard app in production? Are you authenticating using specific credentials or using the default application credentials? On Sunday, May 7, 2017 at 9:49:02 AM UTC-4, Richard Cheesmar wrote: > > I am trying to delete a file (video) from Google Cloud Storage via

[google-appengine] Re: war size too large (exceeding 32M)

2017-05-06 Thread 'Adam (Cloud Platform Support)' via Google App Engine
What is the specific name of the archetype you're using, and how are you building and deploying? No archetype I've tested from com.google.appengine.archetypes creates a WAR file anywhere near that size On Saturday, May 6, 2017 at 1:24:38 AM UTC-4, Kent Tong wrote: > > > Hi, > > Just the empty we

Re: [google-appengine] Re: Maven plugins

2017-05-06 Thread 'Adam (Cloud Platform Support)' via Google App Engine
1. If I want to debug my projects without using "remote debugging"? You need to use remote debugging to debug App Engine applications in Eclipse as the debugger must connect to the Jetty instance running on localhost. a. You don't need to use Google Cloud Tools for Eclipse as both maven plugi

[google-appengine] Re: Blobstore upload URLs fail intermittently

2017-05-06 Thread 'Adam (Cloud Platform Support)' via Google App Engine
I'll take a look at the public issue and follow up there. On Saturday, May 6, 2017 at 1:11:17 AM UTC-4, Attila-Mihaly Balazs wrote: > > Hello all, > > One of our clients is reporting that the blobstore upload URLs created by > create_upload_url is failing intermittently with 500 (but retrying wor

[google-appengine] Re: Error code 204 returned from Google App Engine - PHP

2017-05-05 Thread 'Adam (Cloud Platform Support)' via Google App Engine
This generally signals an internal error. I'd advise opening a bug on the issue tracker and include your project ID so we can take a look at the app server logs. On Friday, May 5, 2017 at 12:22:52 AM UTC-4, Kelly Ingram wrote: > > Hi, > > I

Re: [google-appengine] Re: Maven plugins

2017-05-01 Thread 'Adam (Cloud Platform Support)' via Google App Engine
gt;> >> On Sun, Apr 30, 2017 at 9:48 PM, 'Adam (Cloud Platform Support)' via >> Google App Engine wrote: >> >>> To answer your questions: >>> >>>- Is it recommended over the other one? >>> >>>It&#

[google-appengine] Re: Maven plugins

2017-04-30 Thread 'Adam (Cloud Platform Support)' via Google App Engine
To answer your questions: - Is it recommended over the other one? It's actually recommended to use the App Engine standalone SDK based plugin for now, due to some issues with the development server in the Cloud SDK. See also the re

[google-appengine] Re: many "Process terminated because the request deadline was exceeded. . (Error code 123)" errors for my go app recently

2017-04-30 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Good to hear you found the problem. Based on the information given, the only thing a reader would be able to deduce is that your request was taking too long for some reason and went over the 60 second deadline

[google-appengine] Re: server not connect to aspmx.l.google.com 25

2017-04-30 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Further to the above, aspmx.l.google.com is an inbound mail relay for GSuite / Google Apps <https://support.google.com/a/answer/33915?hl=en>, so can only route mail to GSuite domain users or Gmail users. On Sunday, April 30, 2017 at 12:24:11 PM UTC-4, Adam (Cloud Platform Support)

[google-appengine] Re: server not connect to aspmx.l.google.com 25

2017-04-30 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Socket connections to most Google IPs are blocked from App Engine , which includes aspmx.l.google.com. However you can connect to smtp.gmail.com on port 465 or 587, which is the recommended way to send GSuite domain email from an ap

[google-appengine] Re: 503 error on deploy

2017-04-23 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
or test on a new project. On Saturday, April 22, 2017 at 3:15:56 PM UTC-4, Onno Eberhard wrote: > > Yes it is. > I've attached a log file. > > Am Samstag, 22. April 2017 19:48:16 UTC+2 schrieb Adam (Cloud Platform > Support): >> >> In the past this has been re

[google-appengine] Re: Flexible & Standard Appengine - Java

2017-04-23 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You can find a comprehensive list of changes in Migrating Services from the Standard Environment to the Flexible Environment. You'll need to migrate your app to use the public APIs instead of the standard environment APIs. The mo

[google-appengine] Re: 503 error on deploy

2017-04-22 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
In the past this has been related to issues on the App Engine side, but I'm not able to reproduce this currently. Is this a standard environment, Java 7 app? On Saturday, April 22, 2017 at 12:01:38 PM UTC-4, Onno Eberhard wrote: > > Hi, > > for a few days now, whenever I tried to deploy my appli

[google-appengine] Re: Google Drive API - Does the API automatically create a folder for our Application.

2017-04-18 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Yes it does, see Storing Application Data , as well as Authorizing requests with OAuth 2.0 for details on the scopes required to access application data in Drive. On Tu

[google-appengine] Re: App engine flex deployment fail

2017-04-17 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
24 PM UTC-4, Roy Lee wrote: > > Yup, I get the same error message :( > > On Sunday, April 16, 2017 at 9:39:56 AM UTC-7, Adam (Cloud Platform > Support) wrote: >> >> Does deployment still fail when deploying to a new version, rather than >> over an existing version?

[google-appengine] Re: in datastore, how can i write long text over 1500 byte

2017-04-16 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You'll need to save the text as an unindexed property. To do this, you need to store the value explicitly as an array to specify excludeFromIndexes: true, eg. var entity = { key: datastore.key('Company'), data: [ { name: 'description', value: "Some long text greater than 1500 bytes ...", exclud

[google-appengine] Re: App engine flex deployment fail

2017-04-16 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Does deployment still fail when deploying to a new version, rather than over an existing version? On Sunday, April 16, 2017 at 12:06:30 PM UTC-4, Roy Lee wrote: > > > Hello, > > I'm trying to deploy a nodejs app to app engine flex env, but I'm > constantly getting the following message. > > ERRO

[google-appengine] Re: java.security.AccessControlException: Multithreading in App engine

2017-04-15 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Not all third-party libraries can be used with App Engine Java standard runtime, due to the limitations imposed by the sandbox . If the library will accept a ThreadFactory

[google-appengine] Re: Call to pubsub publish hangs

2017-04-15 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Is this still occurring? If so, please file an issue on the Issue Tracker if you can provide a way to reproduce the issue. On Saturday, April 15, 2017 at 12:23:24 AM UTC-4, Vinay Chitlangia wrote: > > All our calls to do a publish are hanging

[google-appengine] Re: ApiProxy$UnknownException

2017-04-15 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Usually 'Error code 204' relates to an issue in the appserver, so its possible it was caused by ApiProxy$UnknownException as it was thrown in package com.google.apphosting.runtime. If you still see these errors, you might try deploying to a new version. Otherwise you might want to report this

[google-appengine] Re: gcloud vs. goapp for GO appengine

2017-04-10 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
ance of how to > install 1.6 and a newer version in parallel. As 1.6 is so outdated that > it's not even presented among he standard downloads in the Go download > archive page, I think it's safe to assume that many developers will not > want to use it as their default Go

Re: [google-appengine] Recommended configuration for a java based App Engine standard application?

2017-04-10 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
new tech and writing > scripts to support it :-) > > Which development server should I use if I enable the endpoints management > functionality? Does the one in com.google.appengine work? > > ÞG > > On Friday, April 7, 2017 at 8:50:49 PM UTC, Adam (Cloud Platform Support) > wrote: >&g

[google-appengine] Re: devserver urlfetch and self-signed certificates...

2017-04-09 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
There is no escalation process for bugs. The best course of action is to star the issue for visibility. Note that while annoying, it is possible to work around this particular bug through monkey patching . On Sunday, April 9, 2017 at 9:48:06 AM UTC-4, Tim Becker wrote: > > > > After spending a

[google-appengine] Re: Python Toolkit

2017-04-09 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Personally my usage tends to cascade as Eclipse (PyDev) -> Pluma/Gedit -> Vim depending on where I am focused on at the moment. I use Eclipse because I also do a lot of stuff in Java, but I've been leaning towards Atom more for non-Java stuff. Plugins give

[google-appengine] Re: gcloud vs. goapp for GO appengine

2017-04-08 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You can still keep the standalone SDK installed alongside gcloud and use the goapp workflow if you prefer. The 'goapp' installed by gcloud resides in a directory outside of the PATH on purpose so as not to conflict with the standalone SDK, and is meant to be invoked only by gcloud. The 'goroot'

[google-appengine] Re: The New version of App Engine?

2017-04-08 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The lwip library is failing to build libpng, which it depends on. The error mentions "see the notes in pngpriv.h". If you check the comments in that source file they say this: # error ZLIB_VERNUM != PNG_ZLIB_VERNUM \

[google-appengine] Re: My custom domain redirect user to https://applicationid.appspot.com when i enable ssl

2017-04-08 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You'd want to troubleshoot one thing at a time. Forgetting the 'secure: always' redirect, what happens when you just try to access your domain via HTTPS directly after configuring SSL? If that doesn't work, there's a problem with your SSL config, not the redirect. Remember that you actually ne

[google-appengine] Re: Google App Engine NodeJS log severity

2017-04-08 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
e.log(`App listening on port ${port}`); > }) > } > module.exports = app; > > > I can't understand very well how to use it nor I can find a complete > example. > > Any help would be really appreciated. > > > > On Tuesday, April 4, 2017 at 9:56:55 PM UTC+2,

Re: [google-appengine] Recommended configuration for a java based App Engine standard application?

2017-04-07 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You can still use Endpoints v2 tooling with the 'com.google.appengine' plugin as it is handled by endpoints-framework-tools and gcloud service-management. The only difference should be the version of the dev server you launch for local development. What specific issues with endpoints management

[google-appengine] Re: Is TOKENIZED_PREFIX supported in Appengine search?

2017-04-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
It looks like this is an issue specifically affecting the Java runtime. I'd recommend reporting this on the issue tracker so we can link it to the internal issue and provide updates. Other users may star the issue to receive updates as well

[google-appengine] Re: Google App Engine NodeJS log severity

2017-04-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
9 AM UTC-4, Marco Galassi wrote: > > Yes, but that basically is just the same as doing > console.log('stdout'); > console.error('stderr'); > > It would be nice to open an issue to ask google to implement it. Where > could I do this? > > Marco &g

[google-appengine] Re: Please give me my quick links back!

2017-04-02 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
We've linked this thread to the team currently working on the new UI as feedback. For additional visibility I'd also recommend posting a bug report to the Cloud Console Issue Tracker , where you can star the issue and reque

[google-appengine] Re: Google App Engine NodeJS log severity

2017-03-31 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
I've also been unable to get winston-gae working. It hasn't been updated in over 2 years and is not an official Google library, so for now it seems it's in need of a maintainer. The standard winston logger does work, but only outputs to stdout and as such

[google-appengine] Re: Understanding java.util.ConcurrentModificationException: too much contention on these datastore entities. please try again.

2017-03-28 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
ks, > -Louise > > Den lørdag den 25. marts 2017 kl. 00.02.05 UTC+1 skrev Adam (Cloud > Platform Support): >> >> A great article that explains this is 'Timeouts due to write contention >> <https://cloud.google.com/appengine/articles/handling_datastore_errors#

[google-appengine] Re: Problems getting started with App Engine free trial

2017-03-28 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
d - would it be heretical to suggest that the verification mechanism is >> broken. >> >> On Monday, March 27, 2017 at 6:20:00 PM UTC+1, Adam (Cloud Platform >> Support) wrote: >>> >>> The page is labeled "Google Cloud Platform" because the free t

[google-appengine] Re: Error 403 with Android restricted Cloud Platform API key and Cloud Endpoints

2017-03-27 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Provided that you are using the Endpoints client library that you generated for Android , it's not necessary to manually add the headers yourself. You need to configure the client library to authenticate

[google-appengine] Re: Problems getting started with App Engine free trial

2017-03-27 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The page is labeled "Google Cloud Platform" because the free trial is for Google Cloud Platform , of which App Engine is just one part. Free trial verification requires either a credit card or bank account details

[google-appengine] Re: webapp2 pgoram!Client computers generate a large time_wait_connect!

2017-03-26 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
I'm not sure why you'd want to do this, except maybe to hide the fact that your site does not have a valid SSL certificate. One cause of latency is the fact that you're buffering the entire response in App Engine before sending it along to the client, but really what you're doing is a hack and

[google-appengine] Re: https ssl redir program program?

2017-03-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Posting your entire uncommented code and asking the community to debug it for you isn't likely to result in much feedback. If you can narrow it down to a specific succinct question I'd recommend posting a question to Stack Overflow . It's a go

[google-appengine] Re: Understanding java.util.ConcurrentModificationException: too much contention on these datastore entities. please try again.

2017-03-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
A great article that explains this is 'Timeouts due to write contention ': *Writes to a single entity group are serialized by the App Engine > datastore, and thus there's a limit on how quic

[google-appengine] Re: Old versions still running (flexible environment)

2017-03-18 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Are you using manual scaling or automatic scaling in your app.yaml? If you're using manual scaling, App Engine will try to keep instances alive indefinitely until you manually shut them down. O

[google-appengine] Re: What whas wrong with these instances?

2017-03-17 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
If you can provide a method to reproduce this issue I'd advise posting to the issue tracker . There aren't any reported issues with sys.path or endpoints of a similar nature to what you're describing, and it's not likely much info can be gleaned fro

[google-appengine] Re: Have been using Firebase for 6months, completely unreliable, holding our prod system hostage

2017-03-17 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You might have better luck posting in the Firebase Google Group rather than on Google App Engine, as that is where Firebase support are active. On Friday, March 17, 2017 at 8:43:42 AM UTC-4, Shubham Maheshwari wrote: > > The following was w

[google-appengine] Re: appengine TimeZone changed

2017-03-13 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
gt; GMT+00:00 in the ServletContextLIstener. Servlet is showing different > timezone in development server. > > On Wednesday, March 8, 2017 at 12:59:54 AM UTC+5:30, Adam (Cloud Platform > Support) wrote: >> >> The development server time zone also defaults to UTC, so the solution is

[google-appengine] Re: How to configure IP and Port in App engine Java Environment, And How to Receive Data on that Port in GAE Application.

2017-03-11 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
This question suggests you're just starting out, so I'd advise before trying to build anything to first familiarize yourself with the documentation to understand how App Engine works. App Engine does not have a single instance

[google-appengine] Re: HTTP Cloud load Balancer 502 intermittent responses , doesn’t let request reach our backend services

2017-03-11 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
I've posted a response to the public issue you filed at https://issuetracker.google.com/36144028, please feel free to direct any replies there. On Friday, March 10, 2017 at 8:00:37 AM UTC-5, Jorge Barrachina wrote: > > Description of the problem : > > HTTP Cloud load Balancer 502 intermittent re

[google-appengine] Re: Is cron.yaml supported with custom runtimes?

2017-03-10 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
gt; > Ah thats what I needed - that works now. Thanks. Feels like the > custom/flex VM documentation could do with being fleshed out a bit? > > On Tuesday, 7 March 2017 23:47:15 UTC, Adam (Cloud Platform Support) wrote: >> >> I've tested this on an openjdk test app and i

[google-appengine] Re: Is cron.yaml supported with custom runtimes?

2017-03-07 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
gt; definition in your cron.yaml. On Monday, March 6, 2017 at 5:44:08 PM UTC-5, Adam (Cloud Platform Support) wrote: > > The docs > <https://cloud.google.com/appengine/docs/flexible/java/dev-java-only> do > suggest that cron.yaml should work on the OpenJDK runtime. I'll inve

[google-appengine] Re: appengine TimeZone changed

2017-03-07 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
hat about in development server? Can we change the app-engine time zone >>> in development server? Because we want to test date behavior for different >>> time zones and we are facing the difficulties in testing the different time >>> zone dates. >>> >>&g

[google-appengine] Re: Datastore queries are unpredictably slow when a limit is applied

2017-03-06 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Datastore query times are not guaranteed to be consistent, as Datastore is a shared, distributed service. Since you're performing 4 equality filters this can add to the variation. The question of how to optimize for speed is a bit broad and depends on your data model. With that being said I can

[google-appengine] Re: Is cron.yaml supported with custom runtimes?

2017-03-06 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The docs do suggest that cron.yaml should work on the OpenJDK runtime. I'll investigate this more and update the thread once I've finished testing. On Sunday, March 5, 2017 at 4:03:23 AM UTC-5, Ben Rometsch wrote: > > Hmm I

[google-appengine] Re: Datastore String length limit of 1,500 bytes when using JDO

2017-03-05 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
There's no special JDO extension for Datastore that will automatically treat a String as Text, unfortunately. Even if there was, setting 'unindexed' for a String property wouldn't be a big enough hint to treat it as Text, because there's still a difference in Datastore between an unindexed Stri

[google-appengine] Re: Datastore queries are unpredictably slow when a limit is applied

2017-03-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Can you let us know what language runtime you're using, preferably with a sample of code which shows your query and fetch options? On Saturday, March 4, 2017 at 12:01:57 PM UTC-5, Arjunkumar Udainath wrote: > > I have an app that's sort of like a to-do application. Any given user > would have "T

Re: [google-appengine] Is cron.yaml supported with custom runtimes?

2017-03-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Are you using a base image in your Dockerfile that is an App Engine runtime? If you use a non-App Engine base image, the App Engine Cron Service will not be available. On Saturday, March 4, 2017 at 2:55:11 PM UTC-5, Ben Rometsch wrote: > > Its a Java/Docker/FlexVM app not a standard Python appen

[google-appengine] Re: appengine TimeZone changed

2017-03-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The timezone in App Engine is always set to UTC and cannot be changed. You'll need to convert between UTC and the timezone you wish to use. You can refer to one of the numerous existing threads on the subject for more background. On Frid

[google-appengine] Re: Uploading large image files and video to Google Cloud Storage

2017-03-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Glad to hear you got it working. Regarding my last response, it's not an issue in that its a bug that needs to be fixed, I meant that it's an issue that people encounter when doing resumable uploads with the JSON API. The behavior is mentioned in the callout in the CORS documentation

[google-appengine] Re: Uploading large image files and video to Google Cloud Storage

2017-02-28 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Have a look at this Stack Overflow answer for more details. This is an issue specific to the JSON API. In your case, does the 'Origin: ' header differ from the initial POS

[google-appengine] Re: from .appspot.com to .appspot-preview.com

2017-02-28 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
s guise is for temporary use only... > > What is the catch? Why did they choose that word? > > > > > > . On Saturday, February 18, 2017 at 11:25:33 AM UTC-8, Adam (Cloud > Platform Support) wrote: >> >> A change was made causing some App Engine Flexible apps

[google-appengine] Re: Issues with Google Cloud Storage (GCS) client in GAE standard dev environment

2017-02-27 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The current appengine-maven-plugin version is 1.2.0 , not 1.1.0-beta1. Do you still experience the same issue on that version? On Monday, February 27, 2017 at 11:25:32 AM UTC-5, Paul Mazzuca wrote: > > After updating to the new a

[google-appengine] Re: Help troubleshooting running under the development server

2017-02-26 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
We've seen this error occasionally but reproducing it has been hit or miss. I'd advise filing an issue on the googleappengine issue tracker and uploading a sample app which exhibits the problem. If you provide a link to the issue I will pi

[google-appengine] Re: Error When trying to retreive access token from 'https://www.googleapis.com/auth/cloud-platform'

2017-02-26 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Apologies for the frustration. We're aware that docs are a pain point for developers and are always working on improving them. Be assured we're monitoring threads like these and making note of feedback for future iterations of our documentation. Having more recipe style solutions is something I

[google-appengine] Re: Switching from Backends to Modules

2017-02-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
In your case to deploy the 'reporting' service you would use: appcfg.py update reporting.yaml You can list any number of .yaml files for services to deploy after 'appcfg.py update'. The usage is given in the documentation under *Deploying multiple service applications*

[google-appengine] Re: Datastore connection problem

2017-02-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You'd want to ensure that you are correctly setting the emulator environment variables with $(gcloud beta emulators datastore env-init) after starting it according to the docs , however even when I do that the bookshelf sample ap

[google-appengine] Re: Uploading large image files and video to Google Cloud Storage

2017-02-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
To answer your other questions: 1) Does that mean the JSON API will be deprecated at some point? The documentation mentions using the Google Cloud Storage Client libraries, which themselves use the JSON API, so no. 2) Why there is not an equivalent to the CloudStorageTools file upload for other

Re: [google-appengine] Re: App Engine Flex Environment custom domain forwarded to appspot-preview.com

2017-02-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
22 February 2017 at 06:30, 'Adam (Cloud Platform Support)' via Google > App Engine wrote: > >> A change was made that caused some App Engine Flexible apps to redirect >> to appspot-preview.com. If you're affected please sent me a private >> message with your

Re: [google-appengine] App Engine - Inbound Mail Issues/Delays?

2017-02-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
; > Thanks, > Nick > > On Monday, 20 February 2017, 'Adam (Cloud Platform Support)' via Google > App Engine wrote: > >> Feel free to send me a private message with your project id and I can >> take a look. >> >> On Friday, February 17, 2017 at 5:5

[google-appengine] Re: App Engine Flex Environment custom domain forwarded to appspot-preview.com

2017-02-21 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
A change was made that caused some App Engine Flexible apps to redirect to appspot-preview.com. If you're affected please sent me a private message with your project ID and I'll look into it. On Tuesday, February 21, 2017 at 1:40:52 AM UTC-5, seongjoo wrote: > > My app setup a custom domain on

[google-appengine] Re: Uploading large image files and video to Google Cloud Storage

2017-02-20 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The simplest upload option is the POST object call to the XML API , which accepts form data and allows you to upload a file without any JavaScript using just a tag with the 'action=' attribute set to the Cloud Storage API Endpoint, eg.

[google-appengine] Re: App Engine - Inbound Mail Issues/Delays?

2017-02-19 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Feel free to send me a private message with your project id and I can take a look. On Friday, February 17, 2017 at 5:50:30 PM UTC-5, Will Reiher wrote: > > Alex, > > My issue is still not fully resolved today - I've had a couple instances > today of delayed delivery. > It's not related to the A

[google-appengine] Re: Google Play Service Cloud Saving - Reading data

2017-02-18 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You'd probably want to ask this on the Google Play Help Forum , as Cloud Saving is not part of Google App Engine. On Friday, February 17, 2017 at 7:51:48 PM UTC-5, Joe Man wrote: > > > I implemented GPS Cloud Save to my game, I was wondering i

[google-appengine] Re: Google Play Service Cloud Saving - Reading data

2017-02-18 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You'd probably want to ask this on the Google Play Help Forum , as Cloud Saving is not a part of Google App Engine. On Friday, February 17, 2017 at 7:51:48 PM UTC-5, Joe Man wrote: > > > I implemented GPS Cloud Save to my game, I was wondering

[google-appengine] Re: from .appspot.com to .appspot-preview.com

2017-02-18 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
A change was made causing some App Engine Flexible apps to redirect to appspot-preview.com. If you have any client applications that point to the old domain, you'll need to update them to use the new URL. On Saturday, February 18, 2017 at 4:15:10 AM UTC-5, Kriti das wrote: > > My project was hav

[google-appengine] Re: URLFetchServiceStreamHandler$Connection cannot be cast to HttpsURLConnection

2017-02-17 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
gt; implementation of that library wouldn't be an issue with the other stack. > For example moving from Servlet based API to Google Endpoints or moving > from App Engine to VM or Container? > BTW: I tried to edit the library code and update their usage > > On Wednesday, Febru

[google-appengine] Re: URLFetchServiceStreamHandler$Connection cannot be cast to HttpsURLConnection

2017-02-14 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
URLFetchServiceStreamHandler extends HttpURLConnection, not HttpsURLConnection. You can use HttpURLConnection to connect to https:// URLs though. The issue is that zendesk-java-client relies on Ning's AsyncHttpClient 1.9.x which is doing things like this

[google-appengine] Re: Is it possible to implement a custom MatchScorer?

2017-02-14 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The MatchScorer (and RescoringMatchScorer) class is 'empty' because it just denotes an option that you can pass to search.SortOptions. You can see how it's used further down in search.py in the method _CopyMatchScorerToScorerSpecProtocolBuffer, where the type is simply checked and an option is

[google-appengine] Re: Need advice on MySQLdb connection denied by TCP/IP block

2017-02-12 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
This does work from PHP and Go (and I believe Java also using the standard MySQL JDBC driver in production as opposed to the Google driver), so if the vendored MySQLdb driver on the Python runtime has some specific limitation it's not documented. I'll look into testing this. You didn't mention i

[google-appengine] Re: how to install pritunl on gcloud

2017-02-11 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Since your question is related to Google Compute Engine and not Google App Engine, I'd recommend posting your question to the gce-discussion group. On Friday, February 10, 2017 at 10:03:38 PM UTC-5, MR YUDAI wrote: > > hye all. how to inst

[google-appengine] Re: Problems installing jdk8 in flex

2017-02-07 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
11:06:45 PM UTC-5, Vinay Chitlangia wrote: >> >> Thanks Adam. >> In case anybody is facing a similar issue. This is the command that >> worked. >> apt-get -y -q --no-install-recommends install -t jessie-backports openjdk >> -8-jdk && \ >> >>

[google-appengine] Re: What should be the Host Name for MongoDB created using Bitnami - Getting Authentication Failed

2017-02-06 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
mongoDB created by BITNAMI. Please read my previous post once more in > detail. > This did not work. The authentication of Mongo failed with code-18. When I > shifted to mlabs, and gave their hostname, it worked. > > Let me know if you need any more info. > > Thanks >

Re: [google-appengine] Re: 404 not found when calling specific service API

2017-02-05 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
It sounds like you only have enabled one of the service configurations. Before even getting into any code, you should see if both APIs are actually serving, for example using the API Explorer links: https://weneepl-appbuilder.appspot.com/_ah/api/explorer https://echo2-api-dot-weneepl-appbuilder.

[google-appengine] Re: What should be the Host Name for MongoDB created using Bitnami - Getting Authentication Failed

2017-02-04 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
If you want the IP address of *your* MongoDB cluster that you just deployed to Compute Engine using Cloud Launcher, look at the VM instances in your project to see what the IP addresses are. That other doc you linked to talks about u

[google-appengine] Re: Problems installing jdk8 in flex

2017-02-03 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
It looks like openjdk-8-jre was updated in jessie-backports but openjdk-8-jdk-headless wasn't updated in the same repository (by the Debian maintainers). Two things you can try are: 1) Use the version from the 'stable' distribution in your Dockerfile: apt-get -y -q --no-install-recommends instal

[google-appengine] Re: Admin API

2017-01-31 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
I'm getting the same issue, so it looks like these instructions are no longer valid. You can still get an access token using the Cloud SDK however, using the following commands: $ gcloud auth application-default login

[google-appengine] Re: Send email notification upon "Migrate Traffic" event?

2017-01-29 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
If you'd like to see this feature implemented, you can also submit a request on the Google Cloud Platform issue tracker <https://code.google.com/p/google-cloud-platform/issues>. On Sunday, January 29, 2017 at 4:41:41 PM UTC-5, Adam (Cloud Platform Support) wrote: > > This feat

[google-appengine] Re: Send email notification upon "Migrate Traffic" event?

2017-01-29 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
This feature doesn't exist currently, however you could do something like set up a shell script that wraps gcloud app services set-traffic to do the traffic migration and also send an email using the UNIX mail

[google-appengine] Re: Question re seeing code after deploy

2017-01-28 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
You're not missing anything, other than perhaps the expectation that this feature exists when using the Eclipse plugin only to deploy a Java application. The source browser is a feature of Cloud Source Repositories , so it requires that you set up

[google-appengine] Re: Deploying a Django App to App Engine Flexible Environment

2017-01-27 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
u mean to have these information from my local drive? I am using >> Windows, so I cannot give you those outputs. However, I use the unchanged >> app folder/files directly downloaded from GitHub. >> >> Thank you in advance. >> >> On Tuesday, January 24,

[google-appengine] Re: Deploying a Django App to App Engine Flexible Environment

2017-01-24 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
I went through the tutorial again and it deploys fine for me without any modifications to entrypoint. There is no reason to manually edit this, or discover the path where the app gets deployed on the VM, as this is indeed handled by the runtime. It appears the mysite/ directory and contents are

Re: [google-appengine] Course Builder Deployment - "Could not guess mimetype"

2017-01-22 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
So, your deployment isn't actually failing because of the MIME type messages, which are actually just warnings. Your deployment fails because of this: This application does not exist (project_id=u'pest-university'). To create an App Engine application in this project, run "gcloud beta app creat

[google-appengine] Re: App binary too big

2017-01-21 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
32MB is the maximum size for any single static data file and cannot be raised . This does pose a problem for Go applications as they exist as a single monolithic binary blob. One solution to consider is to split your application into separate services

[google-appengine] Re: Google Cloud Storage TTFB increased with gzip

2017-01-17 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
It seems like the first byte is getting delayed until the first window of the gzip-encoded streams is being decoded (but ab shouldn't accept gzip encoding by default). Have you compared the results by using -H “Accept-Encoding: gzip,deflate” to see what's going on? On Tuesday, January 17, 2017

[google-appengine] Re: cloud-iot app does not work

2017-01-16 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
As this doesn't relate to the Google App Engine platform, you'd have better luck posting to the google-cloud-dev forum. On Monday, January 16, 2017 at 8:29:14 AM UTC-5, Piotr Krzepczak wrote: > > > I have purchased the Seeed studio GCP I

[google-appengine] Re: Big problem - app-engine-sdk (python) has updated and ConfigureRemoteApiForOAuth is no longer exists

2017-01-16 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
ConfigureRemoteApiForOAuth has not been removed from the Python SDK. It still exists in 1.9.49, on line 703 of remote_api.stub.py. Perhaps there was an issue installing / updating the SDK. I'd advise manually downloading and reinstalling it

[google-appengine] Re: Example Eclipse Project of Endpoints Client in GWT

2017-01-10 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
The 'App Engine Connected Endpoints Project' contains App Engine and Endpoints code, but no GWT code. The 'Web Application Project' contains GWT and App Engine code, but no Endpoints code. Since you'd end up needing to mash together projects anyway, perhaps a better solution would be to create

[google-appengine] Re: Memcache with nodejs ?

2017-01-10 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
Currently Memcache as a service is only available on the standard environment, but elsewhere in the docs , you can find mention of the early access form for Memcache on the flexible environment: The Memcache service is

[google-appengine] Re: appcfg to gcloud app deploy migration guide?

2017-01-07 Thread &#x27;Adam (Cloud Platform Support)' via Google App Engine
To answer Brian's questions: 1) The gcloud app deploy documentation mentions DEPLOYABLES as such: A DEPLOYABLE can be a service's .yaml file or a configuration's .yaml file. It might help to update the documentation to be more

  1   2   3   4   >