[google-appengine] Re: appcfg.py download_app fails silently

2017-05-23 Thread 'Lewis' via Google App Engine
The request completes without error despite fetching 0 files. No one has prohibited code downloads. The option is still available. I'm currently the only developer on the project but will see if we can get someone else in the organization to try a download. There is no code shown in the Stackdrive

[google-appengine] app engine for flexible enviornment

2017-05-23 Thread Vivek Kumar
i recently created a project on google app engine flexible environment for java. As it is running on continuous billing and we are still in a very limited phase so we are trying to minimize the money it is eating. however, i could not find how do i change those settings like setting to consume

[google-appengine] Re: Datastore small operations daily quota

2017-05-23 Thread Dhanunjaya Naidu Yandrapu
George, I have sent a private message to you with my project number. Could you please let me know what the issue was? How do I circumvent this issue going forward? thanks, dhanunjay On Tuesday, May 16, 2017 at 10:58:07 PM UTC+5:30, George (Cloud Platform Support) wrote: > > The issue seems t

[google-appengine] Re: appcfg.py download_app fails silently

2017-05-23 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Interesting. If you are an owner of the Cloud Platform project where this application is deployed, you should indeed be able to download the application code using *appcfg.py download_app* as documented in Downloading Your Source Code

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

2017-05-23 Thread Simon Green
The signed URL that you pass back to the client provides a way for an *unauthenticated* user (to GCS) to upload files *directly* to a GCS bucket. Without this, every user would need an account and permissions setup or all the files would have to go through your own service instead. On Tuesday,

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

2017-05-23 Thread jayshekar harkar
Re: Resumable Uploads, 1. Created a signed URL on https://www.googleapis.com/upload/storage/v1/b/myBucket/o?uploadType=resumable&name=myObject 2.To get a resumable session URI, sent a post request to the signed URL (without the Authorization header) and it responds with an HTTP 401 error b

[google-appengine] Re: Weird new behavior when using `login: admin`

2017-05-23 Thread Geoffrey Arnold
Ok Google, authentication is broken for users that are logged into multiple Google Accounts in their browser when accessing App Engine apps that are using the Users API. This seems like a fairly important issue. On Mon, May 22, 2017 at 4:57 PM, Geoffrey Arnold wrote: > Definitely an issue. I op

[google-appengine] firebase cloud functions throws ssl exception from google app engine - java

2017-05-23 Thread armor . sairam
I'm working on google app engine. I have deployed code for cloud functions in firebase. I have tried *URLfetch* for *HTTPS* request URLFetchService urlFetchService = URLFetchServiceFactory.getURLFetchService(); URL url = new URL(" https://us-central1-upgraded.cloudfunctions.net/booking";); F

Re: [google-appengine] App Engine Flex Environment PHP Runtime document root not found

2017-05-23 Thread Yao Li
I removed login:admin in app.yaml and it works for cron jobs. Is there anyway to run cron jobs for specific service? (for example, I have 3 services, www, default, custom, they use different databases, how can I run a cron job only for service custom?) On Monday, May 22, 2017 at 10:17:18 PM UTC

[google-appengine] Re: curl - Java Standard Appengine Latency analysis

2017-05-23 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey Rajesh, There are many contributors to latency depending on the variables that we observe. *time_starttransfer* for instance, is defined as: > The time, in seconds, it took from the start until the first byte was just > about to be transferred.

[google-appengine] Controlling the maximum number of instances / service in App Engine Standard?

2017-05-23 Thread Attila-Mihaly Balazs
I have an app (Python 2.7, App Engine standard, EU region) which uses CloudSQL to store some low-volume data (like user profiles). Unfortunately CloudSQL has two limitations with regards to the maximum number of connections: - a global limit of 4000 (https://cloud.google.com/sql/faq - for seco

Re: [google-appengine] Re: Production SDK stuck at 1.9.48?

2017-05-23 Thread Attila-Mihaly Balazs
This is still happening so I created an issue: https://issuetracker.google.com/u/1/issues/62015795 -- 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-a

[google-appengine] UnicodeDecodeError when extracting image metadata using the Image Service

2017-05-23 Thread Nickolas Daskalou
Looks like this has been happening for at least one week, not sure beyond that. In the Python runtime, when calling images.execute_transforms() with parse_source_metadata=True, for a UnicodeDecodeError is *always* raised for certain images. The images are valid images. Last part of Traceback: