Re: [google-appengine] Re: App engine free quota

2018-10-12 Thread 'Josh Moore' via Google App Engine
I forgot to mention one other thing. Thanks for the detailed explanation of your concerns and which documentation you found confusing! I agree that we could be more clear and consistent on our free tier between the multiple pricing and quota related GAE documentation. I'll make sure we update th

Re: [google-appengine] Re: App engine free quota

2018-10-12 Thread 'Josh Moore' via Google App Engine
App Engine (GAE) Standard does have 28 instance hours per day free, amongst other free quota limits. You can see exactly what GAE Standard offers for free on its Quotas page . If you'd like to ensure that you don't incur GAE related charges for

Re: [google-appengine] AppEngine Java SDK 1.9.66 is not available via Maven

2018-10-10 Thread 'Josh Moore' via Google App Engine
Good catch! Maven and gcloud release usually launch together, so they may lag behind the binary SDK release for a short period of time. For this release, while the Java binary SDK release was available on 2018-10-03, gcloud and maven central

Re: [google-appengine] Newbie question about Flexible Environment

2018-09-14 Thread 'Josh Moore' via Google App Engine
To directly answer your question, both Standard and Flexible deployments *can* exist in the same project. Typically, they would exist as a separate GAE service within the project. On Fri, Sep 14, 2018, 12:53 PM Jamsheed M wrote: > Hi there! I'm new to Google App Engine and I have a standard web

Re: [google-appengine] Re: iOS IPv6/IPv4 https requirements for AppEngine

2018-05-31 Thread 'Josh Moore' via Google App Engine
That is, indeed, correct. Even without a custom domain, you can always call <$project-id>.appspot.com instead as the base of the URL. On Thu, May 31, 2018 at 12:01 PM thstart wrote: > If I have custom domain pointing to AppEngine I don't need static IP > address, correct? > > On Thursday, May 3

Re: [google-appengine] Re: all users in my organization

2018-03-18 Thread &#x27;Josh Moore&#x27; via Google App Engine
allAuthenticatedUsers does act a documented, and applies to all Google accounts. Since you're using an organization, you can use the organization's domain (e.g. example.com) to grant roles to all users of the organization. This is noted in our FAQ: https://cloud.google.com/iam/docs/support#to_wha

Re: [google-appengine] Re: Redislabs' memcache with a europe-west appengine app

2017-12-19 Thread &#x27;Josh Moore&#x27; via Google App Engine
The set-up guide referenced is assuming the GAE app is located in us-central1. As your app is in europe-west region, you correctly note that spinning up your memcached node in us-central1 would defeat the purpose. Instead, you should place the node close to your app's location, such as using europ

Re: [google-appengine] Re: Cryptocurrency and ICO allowed or not

2017-12-06 Thread &#x27;Josh Moore&#x27; via Google App Engine
As Carlos said, only the mining of cryptocurrency has restrictions placed on it by our Terms of Service, so I don't immediately see an issue with building a cryptocurrency marketplace. The Cloud Abuse team has the final say in this, though. On Wed, Dec 6, 2017 at 8:54 AM 'Carlos (Cloud Platform

Re: [google-appengine] Re: Word Press with app engine

2017-12-06 Thread &#x27;Josh Moore&#x27; via Google App Engine
To be explicitly clear, WordPress *is* supported under App Engine Standard, though it can be finicky given the constraints. I can't speak to SEO myself, so I'll leave that for others on this group to chime in on. On Wed, Dec 6, 2017 at 8:37 AM 'Jordan (Cloud Platform Support)' via Google App Eng

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

2017-10-20 Thread &#x27;Josh Moore&#x27; via Google App Engine
Hi there! Let me jump in here and add some clarification to your original questions. > 1. Is Pub/Sub still in official Beta status? Pub/Sub is a GA product, however the google-cloud-pubsub python client library is in beta. You can use the google api client library for python

Re: [google-appengine] Re: Connecting Google App Engine to Cloud SQL

2017-06-22 Thread &#x27;Josh Moore&#x27; via Google App Engine
The tutorial you linked was for the App Engine standard environment, which is why it isn't working in the Flexible environment. I would look over the App Engine Flexible golang docs for Using CloudSQL , and the App Engine Flexibl

Re: [google-appengine] Re: Connecting Google App Engine to Cloud SQL

2017-06-22 Thread &#x27;Josh Moore&#x27; via Google App Engine
If you take a look at the CloudSQL Postgres documentation , you'll see that App Engine standard is not yet supported. Postgres on CloudSQL is currently a beta product and isn't available for all environments at this time. You can, how

Re: [google-appengine] http://docsstorybuilder.appspot.com/ and Python 2.5 Error

2017-05-24 Thread &#x27;Josh Moore&#x27; via Google App Engine
We've been able to whitelist this particular app for Python 2.5 for now. I know this is a week later, but hopefully you can still make use of this tool for your upcoming classes. On Wed, May 17, 2017 at 9:49 AM, Josh Moore wrote: > The owners of the application will have to update it to use a s

Re: [google-appengine] http://docsstorybuilder.appspot.com/ and Python 2.5 Error

2017-05-17 Thread &#x27;Josh Moore&#x27; via Google App Engine
The owners of the application will have to update it to use a supported version of python for it to work; it's not something a user of the site will be able to resolve. This is an app owned by another team outside of Cloud Platform, but I will get in contact with them and see if there are any plan

Re: [google-appengine] Re: !!!URGENT!!! Billing Error in App Engine Instance Hours, charges skyrocketing

2017-04-04 Thread &#x27;Josh Moore&#x27; via Google App Engine
Thank you for your patience as we sort this out and for your help in diagnosing the issue. We have identified the root cause as a price sheet misconfiguration that didn't correctly apply free hours to users with multiple App Engine projects under the same billing account between March 8th and March

Re: [google-appengine] Re: Upload files to appspot.com

2017-03-27 Thread &#x27;Josh Moore&#x27; via Google App Engine
Also note that each AppEngine app has a free quota of 5 GB for Cloud Storage via its "Default Bucket," as documented here . You won't have to worry about a charge, unless you're storing over 5

Re: [google-appengine] Re: !!!URGENT!!! Billing Error in App Engine Instance Hours, charges skyrocketing

2017-03-16 Thread &#x27;Josh Moore&#x27; via Google App Engine
Quick update- I've filled an issue internally to investigate this and have been working with the GAE Billing engineering team to troubleshoot. The public issue for this is Issue #36201328 ; I suggest everyone impacted click the "Me too!" button to s

Re: [google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-27 Thread &#x27;Josh Moore&#x27; via Google App Engine
This thread is the best place for the most up to date information on this issue right now and we'll update once we have a fix fully rolled out. On Mon, Feb 27, 2017 at 6:32 AM, Sean Lynch wrote: > The "Before you Begin" appears to no longer mention anything regarding the > whitelisting requireme

Re: [google-appengine] Re: Datastore Internal Error

2017-02-15 Thread &#x27;Josh Moore&#x27; via Google App Engine
This was a known issue. We will be following up with an incident report which will be posted on the Cloud Status Dashboard and cover all occurrences of this issue on 2017-02-14. On Wed, Feb 15, 2017 at 8:14 AM, Marcel Manz wrote:

Re: [google-appengine] Free Tier Quota

2017-01-25 Thread &#x27;Josh Moore&#x27; via Google App Engine
App Engine (GAE) quotas are applied at the project-level, as most (but not all!) quotas in GCP are. It is possible to spread the services of a GAE app ecosystem into separate projects and coordinate between them with, for example, URLFetch, and each project will consume its own quota. I wouldn't

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

2017-01-21 Thread &#x27;Josh Moore&#x27; via Google App Engine
This seems related to a third-party set of code. Can you link to the "Course Builder" you're trying to deploy? On Sat, Jan 21, 2017 at 10:24 AM, Ben Cotten wrote: > First, let me say, I have almost ZERO experience with Python or deploying > apps to Google App Engine or cloud services. > > I'm

Re: [google-appengine] Re: URGENT HELP : Can't set Daily spending

2017-01-10 Thread &#x27;Josh Moore&#x27; via Google App Engine
I can see that we're showing a backend error for this call, as well. I've opened an investigation on why this is occurring. While we look into this, can you confirm that you're logged in as the same user account that you posted with? On Tue, Jan 10, 2017 at 11:28 AM, 'Karolína Netolická' via Goo

Re: [google-appengine] OverQuotaException without being over quota

2016-12-01 Thread &#x27;Josh Moore&#x27; via Google App Engine
If you have an App Engine daily budget of $0, you are limited to the free quota. That is the most likely (and most common) cause once billing is enabled. On Thu, Dec 1, 2016 at 11:28 AM, Sven Reinck wrote: > Hi... > > my app fluxparticle-de is getting this exception > > com.google.apphosting.ap

Re: [google-appengine] Getting Socket API FeatureNotEnabledException when billing is enabled

2016-11-17 Thread &#x27;Josh Moore&#x27; via Google App Engine
Do you have an AppEngine daily budget set to $0.00? That can cause this, as a zero daily budget is equivalent to free tier in terms of quota. On Thu, Nov 17, 2016 at 2:00 PM, Roiy Shpaner wrote: > Hey, > > I'm trying to start an App Engine service in manual scaling with some > Firebase operati

Re: [google-appengine] Unable to restore datastore backup

2016-11-08 Thread &#x27;Josh Moore&#x27; via Google App Engine
d it as you would add any other project member and provide it the appropriate role. Cheers, Josh Google Cloud Platform Support On Tue, Nov 8, 2016 at 9:12 AM, Mike Lucente wrote: > Please do. Thanks. > > On Tue, Nov 8, 2016 at 12:11 PM, 'Josh Moore' via Google App E

Re: [google-appengine] Unable to restore datastore backup

2016-11-08 Thread &#x27;Josh Moore&#x27; via Google App Engine
This is likely app/project-specific, based on your other posts in this group. Let me follow up with you off-thread for some additional details. On Tue, Nov 8, 2016 at 9:05 AM, Mike Lucente wrote: > I've created a backup from a project that I'd like to import into a new > project. I'm getting th

Re: [google-appengine] Problem in the release of Google App Engine 1.9.46

2016-11-07 Thread &#x27;Josh Moore&#x27; via Google App Engine
These URLs are for the Python GAE SDK, which is currently at release 1.9.40 and is what the public documentation links to: https://cloud.google.com/appengine/docs/python/download Out of curiosity, where did you find links to 1.9.46? On Sat, Nov 5, 2016 at 1:57 PM, takanao ENDOH wrote: > The bel

Re: [google-appengine] Re: Error sending email: The API call mail.Send() required more quota than is available.

2016-09-20 Thread &#x27;Josh Moore&#x27; via Google App Engine
pport On Tue, Sep 20, 2016 at 1:47 PM, Richard Cheesmar wrote: > Yes it has been raised after I added a daily budget as suggested by > Michael. > > On Tue, Sep 20, 2016 at 11:35 PM, 'Josh Moore' via Google App Engine < > google-appengine@googlegroups.com> wrote: &g

Re: [google-appengine] Re: Error sending email: The API call mail.Send() required more quota than is available.

2016-09-20 Thread &#x27;Josh Moore&#x27; via Google App Engine
OK, I checked again and see where I the change hadn't rolled out before, but is now live. looks like you've sent two additional email since earlier, is that right? Can you confirm that the quota has been raised to 100 on your end? On Tue, Sep 20, 2016 at 1:12 PM, Richard Cheesmar wrote: > > Ok

Re: [google-appengine] Re: Error sending email: The API call mail.Send() required more quota than is available.

2016-09-20 Thread &#x27;Josh Moore&#x27; via Google App Engine
I can also see that 11 emails were sent. It can take a moment for the quota raise to propagate, though I can see the quota bump reflected on our side. Are you still seeing the issue in your app now? On Tue, Sep 20, 2016 at 11:34 AM, Richard Cheesmar wrote: > ok, I have been reliably informed b

Re: [google-appengine] Major outage right now 4 PM EST?

2016-08-11 Thread &#x27;Josh Moore&#x27; via Google App Engine
There is currently an ongoing incident that has been posted to the status dashboard . It will be updated as we resolve the issue. On Thu, Aug 11, 2016 at 2:02 PM, Mauricio Lumbreras wrote: > Hello > about 4 PM EST all app engine is down

Re: [google-appengine] Re: I am getting Internal Server Error 500, which fixes for a while if i deploy it again

2016-07-22 Thread &#x27;Josh Moore&#x27; via Google App Engine
Also, if this happens "after a while", it's possible that the access token is expiring and needs to be refreshed for a new, valid access token. Access tokens expiration is variable, but is always "very quickly," so you should anticipate these failures and be able to refresh the access token as need

Re: [google-appengine] Re: ImportError: No module named webapp2

2016-06-22 Thread &#x27;Josh Moore&#x27; via Google App Engine
There is actually a public issue for this behavior: https://code.google.com/p/googleappengine/issues/detail?id=12963 Do feel free to star the issue for updates. On Wed, Jun 22, 2016 at 10:54 AM, Dennis van Velzen wrote: > My first introduction with GAE started with webapp2 module import error. >

Re: [google-appengine] is there a way to connect App Engine (standard) to a Compute Engine instance without going through the external IP address?

2016-05-29 Thread &#x27;Josh Moore&#x27; via Google App Engine
Flexible runtime app instances exist within the same network resources as GCE instances, because they are GCE instances. In that way, the GAE Flexible instance can be configured to run in any existing network resource and communicate to other instances using the local IP or hostname. For Standard

Re: [google-appengine] Re: GAE memory quotas should be per version per instance, not just per instance

2016-05-24 Thread &#x27;Josh Moore&#x27; via Google App Engine
For clarification, are you saying that if you only have one version available at a time, you can load the alternate version successfully? On Tue, May 24, 2016 at 3:35 PM, Bret Lowery wrote: > FYI here is the error you get in the GAE log: > > " Exceeded soft private memory limit of 128 MB with xx

Re: [google-appengine] Re: Sockets don't work any more

2016-05-18 Thread &#x27;Josh Moore&#x27; via Google App Engine
FTP is explicitly not supported for the Sockets API. See "Limits and Restrictions": https://cloud.google.com/appengine/docs/java/sockets/ On Wed, May 18, 2016 at 7:18 AM, 'Nicholas (Google Cloud Support)' via Google App Engine wrote: > Thank you for posting your issue here though the App Engine

Re: [google-appengine] Re: Datastore Admin stopped working

2016-04-29 Thread &#x27;Josh Moore&#x27; via Google App Engine
For anyone who is or has been affected by an accidental deletion of datastore admin, a workaround is to deploy datastore admin as a separate version or module of your app. The code for datastore admin is provided in the Cloud SDK: $CLOUD_SDK_PATH/google/appengine/ext/datastore_admin On Fri, Ap

Re: [google-appengine] Re: DEADLINE_EXCEEDED error while deploying

2016-04-06 Thread &#x27;Josh Moore&#x27; via Google App Engine
The timeout is occurring in the build phase. The timeout is shown as: "timeout": "600.000s", Thus, the image has 10 minutes to build before timing out, and the timestamps in the response bear that out. You'll have to either optimize your dockerfile to build more quickly or build the file locall

Re: [google-appengine] Re: DEADLINE_EXCEEDED error while deploying

2016-04-06 Thread &#x27;Josh Moore&#x27; via Google App Engine
If you can set up docker locally, try using the flag `--docker-build local` as documented here[1]. That will at least provide a workaround. [1] https://cloud.google.com/sdk/gcloud/reference/preview/app/deploy On Wed, Apr 6, 2016 at 1:54 PM, pankaj kumar wrote: > Thanks for your followup. Here

Re: [google-appengine] http 204 status on static files

2016-03-30 Thread &#x27;Josh Moore&#x27; via Google App Engine
204 status in your logs with no log content indicates that the request was served from the edge cache, as opposed to from an instance of your app. Only your app's logs will show an HTTP 204 status; the client will receive an HTTP 200 status in its response. On Tue, Mar 29, 2016 at 9:25 PM, John Fl

Re: [google-appengine] Re: Domain pointing issue

2016-02-22 Thread &#x27;Josh Moore&#x27; via Google App Engine
If I access http://appid.appspot.com/, it throws me a redirect to /sample/course?use_last_location=true. The redirect then throws an HTTP 404. From what I can see myself, this is consistent between appspot.com address and the custom domain address. The 404 error page also appears to be a custom

Re: [google-appengine] Re: Domain pointing issue

2016-02-22 Thread &#x27;Josh Moore&#x27; via Google App Engine
404 also occurs if you go to the appspot.com URL for your app, so this would be an issue in code or app.yaml configuration. On Mon, Feb 22, 2016 at 11:47 AM, Andrei Kamarouski wrote: > Ok. Seems redirect is gone. But now I get – Unable to access requested > page. HTTP status code: 404. > > -- >

Re: [google-appengine] Re: Domain pointing issue

2016-02-22 Thread &#x27;Josh Moore&#x27; via Google App Engine
Zeehad is correct here. The curl output, for reference: $ curl -I http://courses.reframe.space HTTP/1.1 302 Found Location: https://courses.reframe.space/ Date: Mon, 22 Feb 2016 18:17:06 GMT Content-Type: text/html Server: Google Frontend Transfer-Encoding: chunked On Mon, Feb 22, 2016 at 10:09

Re: [google-appengine] Re: Domain pointing issue

2016-02-22 Thread &#x27;Josh Moore&#x27; via Google App Engine
Your second screenshot shows that no certificates have been uploaded. You should follow the documentation starting from here: https://cloud.google.com/appengine/docs/java/console/using-custom-domains-and-ssl#adding_ssl_to_your_custom_domain On Mon, Feb 22, 2016 at 9:52 AM, 'Zeehad (Cloud Platform

Re: [google-appengine] Re: Can't access Task Queues: "Failed to load"

2016-01-21 Thread &#x27;Josh Moore&#x27; via Google App Engine
This should be resolved now. Can you try accessing the Task Queues page again to confirm whether this is resolved for you? On Thu, Jan 21, 2016 at 8:48 AM, Nicholas (Google Cloud Support) < ngeli...@google.com> wrote: > This is not likely related. Nonetheless, please take the time to review > yo

Re: [google-appengine] Re: I have some doubts about the pricing and the free quotas

2015-11-21 Thread &#x27;Josh Moore&#x27; via Google App Engine
No, you don't lose the free trial credits. When you upgrade, the credits are persisted to the billing account, meaning you continue to have the same credits as you had before. On Sat, Nov 21, 2015 at 5:31 AM, Miguel Abellan wrote: > Depending on the nature of the project you don't even need a d

Re: [google-appengine] Re: cron

2015-11-18 Thread &#x27;Josh Moore&#x27; via Google App Engine
*1) so how much time does my "cron task" have to finish?* The cron job/scheduled task, to an autoscaled instance, has 60 seconds to get a response back. However, as you note... *2) if inside my "cron task" I create a DeferredTask and add it to a queue. **how much time does this new task have to

Re: [google-appengine] Visual Basic Programmer - should I use Python, Java, PHP or GO

2015-11-17 Thread &#x27;Josh Moore&#x27; via Google App Engine
For what it's worth, you can also run ASP .NET vNext on App Engine Managed VMs, which may be the closest to VB.NET. It's worth a thought, if you're in the prototype stage. On Mon, Nov 16, 2015 at 9:59 PM, Didin Jamaludin wrote: > Python more human readable that closely to VB. > > > Thanks, > Di

Re: [google-appengine] Re: cron

2015-11-14 Thread &#x27;Josh Moore&#x27; via Google App Engine
For some additional clarification, a cron task is not necessarily a task queue task. As Alejandro said, it can merely an HTTP request. That means it can be of the following: 1) a request sent to a standard autoscaling instance (F* instances), be subject to a 60 second deadline; or 2) a request s

Re: [google-appengine] Re: Google AppEngine - Firewall Notification:Your access has been blocked by firewall policy 732

2015-07-31 Thread &#x27;Josh Moore&#x27; via Google App Engine
Are you connecting using Sockets? Sockets have restrictions on what they can access. See https://cloud.google.com/appengine/docs/java/sockets/ Paraphrased: Private, broadcast, multicast, and Google IP ranges are blocked, except those whitelisted below: - Google Public DNS: 8.8.8.8, 8.8.4.4,

Re: [google-appengine] Re: My site scraped with app on appspot.com

2015-07-09 Thread &#x27;Josh Moore&#x27; via Google App Engine
Well, it's over its serving quota now, so it won't be accessible for about 12 more hours to anyone. Once the form is filled out, the appropriate team will be able to take action. Thanks again for the report! On Thu, Jul 9, 2015 at 11:08 AM, Patrice (Cloud Platform Support) < pvoutsi...@google.co

Re: [google-appengine] How to install Composer & Guzzle on App Engine?

2015-07-08 Thread &#x27;Josh Moore&#x27; via Google App Engine
Composer can be used with App Engine; we have documentation for a PHP component framework, Symfony, that uses composer as part of the process: https://cloud.google.com/appengine/docs/php/symfony-hello-world. You should be able to see how composer is used with app engine there. Maybe someone else

Re: [google-appengine] Re: Google App Engine SDK version 1.9.21 now available

2015-05-21 Thread &#x27;Josh Moore&#x27; via Google App Engine
@Hiroshi, While it doesn't solve the entire issue, incorporating the gcloud SDK into the automation process would allow the use of a service account to download the App Engine SDKs via gsutil. On Thu, May 21, 2015 at 7:50 AM, Wilson MacGyver wrote: > My usage case is simple, I just need to serv

Re: [google-appengine] Re: OverQuotaException without being over quota

2015-05-21 Thread &#x27;Josh Moore&#x27; via Google App Engine
@Reinhard: your application is set to a $0.00 Maximum daily budget, which is equivalent to free tier. Updating your daily budget to a non-zero value will allow you to use the non-free quota. You can do so in the Developer Console, under Compute > App Engine > Settings: https://console.developers.

Re: [google-appengine] appspot being used for phishing

2015-05-14 Thread &#x27;Josh Moore&#x27; via Google App Engine
Thanks for reporting this issue! In the future, you can use this form to report abusive projects for App Engine or other Cloud Platform products: https://support.google.com/code/contact/cloud_platform_report I've done so for this instance, and will escalate the issue internally to ensure quick vi

Re: [google-appengine] Re: DataStore over quota with both billing and datastore API enabled

2015-03-23 Thread &#x27;Josh Moore&#x27; via Google App Engine
Check your Daily Budget on the Developers Console (Compute > App Engine > Settings); if it is set to zero, set it to a non-zero value. On Mon, Mar 23, 2015 at 8:00 AM, Stefano Baldo wrote: > Oh, and of course I am not over quota :-) > > -- > You received this message because you are subscribed t