[google-appengine] Android app using Google + domains API

2015-08-26 Thread kcc pac
hi all, I have been developing a client server application in Android. Currently the application uses Google + API for authentication purpose, I would like to switch to Google + domain API for authentication and user 's social info retrieval. But, apparently, Google + domain API is only

[google-appengine] oauth2 with cloud contacts api

2015-08-26 Thread James Gilliam
After authorizing contacts api in appid, I was trying to use the contacts sample code. Turns out it is no longer valid since it is using a depreciated interface which has been replaced by oauth2. I am looking for sample python code to demonstrate how to use oauth2 with the contacts api. Can

[google-appengine] Re: Problems with SSL on a custom domain

2015-08-26 Thread Patrice (Cloud Platform Support)
Hi again Jon, I continued trying to find what is exactly happening here. So here goes : Running this in San Francisco : openssl s_client -debug -msg -servername dashboard.geospock.com -connect dashboard.geospock.com:443 -showcerts works perfectly and consistently. So I think we can all see

[google-appengine] Re: billing -- merging credits from multiple different accounts

2015-08-26 Thread Nick (Cloud Platform Support)
Hey James, You can get in contact with Billing to ask your question via the Cloud Platform Help center. Navigate by clicking on Contact Us, then Billing, invoices or charges, then Support Package: Bronze. From there you can create a support ticket to get in contact with billing. From the top

[google-appengine] Re: The price of Google Channel API

2015-08-26 Thread Nick (Cloud Platform Support)
Hi F. L. Lee, I'm not quite sure I understand your question. I can tell you that budget refers to the App Engine daily budget, found under Compute App Engine Settings in the Developers Console http://console.developers.google.com. Perhaps you can expand more on what exactly you'd like to

[google-appengine] How can I re-enable my appspot app?

2015-08-26 Thread Rockmaster
I created a simple app on appspot in 2009. It was great. Some people used it. In 2012 I got an email from Google App Engine: We’ve noticed that you are running at least one application configured to use the Master/Slave (M/S) datastore. This application configuration was officially

[google-appengine] Re: Managed VM node.js runtime

2015-08-26 Thread Patrice (Cloud Platform Support)
Hi again, The proper syntax for your command would be --docker-build=remote I assume this is what you're running? In general, a connection refused is something at the network level, so making sure all firewalls are disabled, both on the machine you're creating (if your managedVM is

[google-appengine] Re: Unable to set up Google Apps domain as Authentication Type

2015-08-26 Thread Niels Buekers
exactly my problem, thanks! On Monday, 20 July 2015 22:55:28 UTC+2, Fulop I. wrote: The solution is to use the https://console.developers.google.com interface, rather than appengine.google.com To quote support, After you select/create your project, go to Compute - App Engine settings -

[google-appengine] Re: Error running the Sudoku solver sample application

2015-08-26 Thread Patrice (Cloud Platform Support)
Hi! Normally the google group is intended to be more of a back and forth discussions (on questions like what book should I get to start learning this platform or comparative details of different frameworks. If you're looking into one on one help, we normally suggest Stack Overflow to get that

[google-appengine] java.lang.NoClassDefFoundError: javax/jdo/spi/Detachable

2015-08-26 Thread Karthikaiselvan R
Following error is not coming when I clean and build project. But, this happens whenever I do change java files which intern triggers hot code swap. Note: I have removed Datanucleus Enhancer and I don't have any JDO dependancy in pom. Though I am not using jdo, I am getting following error. I

Re: [google-appengine] Re: Unreliable fetching from BigQuery

2015-08-26 Thread Jeff Schnitzer
The inserts are all running from a task queue with the default backoff behavior, so I should be ok there. All the inserts seem to work on retry - I'm not losing data - I just get errors in my logs and a nastygram from Rollbar. Failing queries are a bigger issue because users see that. Thanks,

[google-appengine] Re: Unable to add files with subfolder

2015-08-26 Thread Akansh Braj
There are 3572 files only, issue is not about how may files, its all about sub folder and new files underneath it. not able to create subfolder and files into it. On Tuesday, 25 August 2015 23:56:05 UTC+5:30, Ryan (Cloud Platform Support) wrote: Salutations Akansh, That total includes

[google-appengine] Re: [PHP] Datastore.php / Windows Dev AppEngine produces CGI/FastCGI

2015-08-26 Thread Ryan (Cloud Platform Support)
Salutations Markus, We are currently investigating this. I have created a Issue Tracker https://code.google.com/p/googleappengine/issues/detail?id=12287 and I recommended 'Staring' the issue so you can get updates. On Thursday, August 20, 2015 at 5:50:01 AM UTC-4, Markus Frosch wrote: I'm

[google-appengine] Re: How can I re-enable my appspot app?

2015-08-26 Thread Ryan (Cloud Platform Support)
Salutations, You should fill out this form https://support.google.com/cloud/contact/cloud_gae_ms_datastore_deprecation_form to see if its possible to do the migration still. On Wednesday, August 26, 2015 at 2:13:05 AM UTC-4, Rockmaster wrote: I created a simple app on appspot in 2009. It

[google-appengine] Error running the Sudoku solver sample application

2015-08-26 Thread Rb Rb
I am new to Google app engine. I am trying to run the Sudoku Solver sample application locally (https://github.com/GoogleCloudPlatform/appengine-opencv-sudoku-python). The front end seems to work fine. However, I am getting and error that task1 failed to execute whenever I hit solve after

[google-appengine] Re: Appspot got 403 Forbidden and we can't use our cloud storage

2015-08-26 Thread Олег Искевич
Partice, thanks. Maybe is it US sanctions http://www.treasury.gov/resource-center/sanctions/Programs/Documents/ukraine_eo4.pdf

[google-appengine] Re: Unable to link domain to app engine

2015-08-26 Thread Jun Wang
Hi Nick, Thanks for answering my question. I do not want SSL with my app, and do not want to go through the SSL hassle process either. How do I setup my Google Domains and Google Cloud Platform to remove SSL? JW On Tuesday, August 25, 2015 at 6:30:31 PM UTC-5, Nick (Cloud Platform Support)

[google-appengine] Re: Unable to add files with subfolder

2015-08-26 Thread Ryan (Cloud Platform Support)
There should be no reason you cannot create a sub folder. Is the folder you created at the root or nested? On Tuesday, August 25, 2015 at 9:40:10 AM UTC-4, Akansh Braj wrote: Hi, I am working ZF2 with GAE on one of my projects, And i tried to add update a new folder with once php file.

[google-appengine] Re: Appspot got 403 Forbidden and we can't use our cloud storage

2015-08-26 Thread Patrice (Cloud Platform Support)
Hi Oleg, I don't know exactly what is happening to be honest. All I know is that, looking into it, I can't find any reason why it would have been blocked, and I sent up a request to have it investigated to make sure what should be the status here, and change whatever needs to be done

[google-appengine] Re: Problems with SSL on a custom domain

2015-08-26 Thread Patrice (Cloud Platform Support)
Hi Jon, Sorry for the delay, there was a lot of movement and investigation to get to the bottom of this. What seems to be the issue is that older clients that support sslv3 but not tls appeared to get errors. Running $ openssl s_client -ssl3 -connect fqdn:443 -servername fqdn would always

[google-appengine] billing -- merging credits from multiple different accounts

2015-08-26 Thread James Gilliam
I have several billing accounts that have credits in them. This was from the time when different appids could not share the same billing account. I would now like to move the credits to the one billing account. Is there a way to do this or a number to call about this? Thank you -- You

[google-appengine] Re: Problems with SSL on a custom domain

2015-08-26 Thread Jon Travers
Hi Patrice, thanks for your reply. Unfortunately, your explanation does not fit the facts which I've supplied. Let me try to convince you by restating in more detail two parts of my investigation: 1. Ignoring openssl for a moment, it is a FACT that if I open up the latest version of Chrome on

[google-appengine] Re: Problems with SSL on a custom domain

2015-08-26 Thread Jon Travers
Here is some more detailed debugging information from the failing openssl SSL negotiation. Perhaps this would give you a clue what's actually going on?: $ openssl s_client -debug -msg -servername dashboard.geospock.com -connect dashboard.geospock.com:443 -showcerts CONNECTED(0003) write to

[google-appengine] Out of space error when deploying VM

2015-08-26 Thread Matt Hanson
Hello, I've got a VM built from a Dockerfile, the build all happens fine, both on it's own or if spawned by 'gcloud preview app deploy ...' It gets to the end where it says 'Successfully built' However, when doing this with gcloud, it then starts giving me a ton of errors like this: ERROR:

[google-appengine] Re: Getting the following error: OverQuotaError: The API call taskqueue.BulkAdd() required more quota than is available

2015-08-26 Thread takanao ENDOH
Affecting me too. I am reported about this issue. https://code.google.com/p/googleappengine/issues/detail?id=12283 2015年8月4日火曜日 3時09分02秒 UTC+7 Ryan (Cloud Platform Support): There are a few reasons this could be happening. The most likely are: 1) The total_storage_limit is set too low in the

[google-appengine] Re: Apple App Transport Security [iOS 9] and GAE https

2015-08-26 Thread Nick (Cloud Platform Support)
Hey Ivan, It seems as though some of these can be tested in practice, and some depend on the certificate you upload, or whether you access via https://app id.appspot.com. You can use tools such as Qualys SSL Labs SSL Test https://www.ssllabs.com/ssltest/ to check the properties of the SSL on

[google-appengine] Re: The price of Google Channel API

2015-08-26 Thread F.L Lee
Hi Nick, Thanks for your prompt response. Sorry for the confusion,actually I would like to know such cost information, like $ 0.026 per GB per month for Code and static data storage. I can't find such cost description for channel api Let me describe my questions in detail. 1) Suppose

Re: [google-appengine] Re: Unreliable fetching from BigQuery

2015-08-26 Thread Patrice (Cloud Platform Support)
Hey Jeff, Thank you for that gist, it definitely contains everything we can possibly be needing :). Just quickly looking at your Insert All, I think there might be a way to completely get out of the URL not find bind. I can't help but notice you try the insert once, with no fallback. Is there

[google-appengine] Re: How can I re-enable my appspot app?

2015-08-26 Thread Rockmaster
Thank you, I'll try that. On Wednesday, August 26, 2015 at 6:24:10 AM UTC-7, Ryan (Cloud Platform Support) wrote: Salutations, You should fill out this form https://support.google.com/cloud/contact/cloud_gae_ms_datastore_deprecation_form to see if its possible to do the migration