[google-appengine] Re: Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-17 Thread Linh T.
Hi Attila, I re-send output (file attached) -- 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...@googlegroups.com. To post to this

[google-appengine] Re: Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-17 Thread Linh T.
Hi Attla, I use GAE Standard, screenshot from dashboard. Could you list the top 20 files for example (by size) from

[google-appengine] Re: Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-17 Thread Attila-Mihaly Balazs
Hello, Just to clarify - you're using Google App Engine (GAE) Flexible, right? Because using GAE standard you can't SSH into the instances which are running your code. Could you list the top 20 files for example (by size) from your /tmp directory? Something like: du -a /tmp 2>/dev/null |

[google-appengine] Re: Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-17 Thread Linh T.
Hi George, Thanks for reply! Does your disc belong to a compute engine instance? > No, i don't use compute engine. If you use the app engine, what is the output of the gcloud info command? > gcloud infoGoogle Cloud SDK [201.0.0]Platform: [Linux, x86_64] ('Linux', >

Re: [google-appengine] Set up Google Cloud SDK or App Engine SDK or both for development?

2018-05-17 Thread Brian de Alwis
On 17-May-2018, at 9:14 PM, Grass CFA wrote: > This is what I have on the Google Cloud Tools settings on Eclipse. If I have > unchecked the "Choose SDK" option the SDK Location area was greyed out, so > that it stopped me specifying a different SDK location here.

Re: [google-appengine] Set up Google Cloud SDK or App Engine SDK or both for development?

2018-05-17 Thread Grass CFA
Hi all, Thanks for all that you have replied! This is what I have on the Google Cloud Tools settings on Eclipse. If I have unchecked the "Choose SDK" option the SDK Location area was greyed out, so that it stopped me specifying a different SDK location here.

[google-appengine] Re: Using App Engine Flexible behind a CDN (Fastly)

2018-05-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Is Fastly a must for your architecture? You may consider using Google Cloud CDN instead. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

[google-appengine] Re: google app engine slow and timing out

2018-05-17 Thread Valerio M
forget to mention, it's node.js On Thursday, May 17, 2018 at 10:12:42 PM UTC+1, Valerio M wrote: > > Hey, > I deployed an app yesterday. First time on GAE. > Not sure what's going on. The same app works on heroku. > The / loads extremely slowly. the main js file may load in mins sometime. > I

[google-appengine] Re: RDP Error

2018-05-17 Thread 'Digil(Google Cloud Platform Support)' via Google App Engine
Hello, By looking at the screenshot you have provided, the error message appears to be related to a recent policy change updated by the Microsoft . It also seems like a widely spread issue,

[google-appengine] google app engine slow and timing out

2018-05-17 Thread Valerio M
Hey, I deployed an app yesterday. First time on GAE. Not sure what's going on. The same app works on heroku. The / loads extremely slowly. the main js file may load in mins sometime. I modified the resources, # of instances, disabled health check... nothing. Always getting nginx 502 I tried

[google-appengine] Re: dev_appserver now compatible with Cloud Datastore Emulator.

2018-05-17 Thread Vitaly Bogomolov
Hi, Steren Our goal is to enable it by default in the future. > Good news. What about google.appengine.ext.testbed.init_datastore_v3_stub() ? Is it also will be touched by these changes? WBR, Vitaly > -- You received this message because you are subscribed to the Google Groups "Google App

Re: [google-appengine] Set up Google Cloud SDK or App Engine SDK or both for development?

2018-05-17 Thread 'George (Cloud Platform Support)' via Google App Engine
What makes you think that the Eclipse automatically uses the SDK jar files from the local Maven repository? In any case, you can select the SDK installation you prefer. In the Eclipse Preferences dialog, the Google Cloud Tools setting shows the Google Cloud SDK configuration. When the Choose

Re: [google-appengine] gcloud beta app deploy : This deployment has too many files

2018-05-17 Thread Ani Hatzis
Ok, beta makes sense then and maybe it's really just a bug. If your code is public I could try to deploy myself into a temporary project and see if the deployment gives me the same error. Have you ever used Cloud Shell ? It makes reproducing such

[google-appengine] Re: Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Does your disc belong to a compute engine instance? Do you make calls to the Datastore API? Do you actually use the G Suite? More information is needed on your disc and your app's architecture. If you use the app engine, what is the output of the gcloud info command? -- You received this

Re: [google-appengine] gcloud beta app deploy : This deployment has too many files

2018-05-17 Thread Lourdu rajan
Hi Ani Hatzis, Thanks for your reply. I am trying to publish my code as Endpoint Services in Google Flex Environment. Currently Endpoint backend deploy methodlogy is in beta version. So "gcloud beta app deploy" command used for deploying my code into the Flex environment. I also tried to

Re: [google-appengine] Set up Google Cloud SDK or App Engine SDK or both for development?

2018-05-17 Thread Brian de Alwis
Hi. I find it helpful to think of the Cloud SDK as "programs for manipulating and emulating GCP resources". It doesn't include the APIs and client libraries. Although the `app-engine-java` component would seem to install the App Engine SDK for Java, that installation is an internal

[google-appengine] Google App Engine Standard - OSError: [Errno 28] No space left on device

2018-05-17 Thread Linh T.
Hi guys, Currently, i have met issue about disk data on GAE. test@gae-5482:~$ df -h /tmp > Filesystem Size Used Avail Use% Mounted on > none 30G 24G 4.4G 85% / > test@gae-5482:~$ df -h /tmp > Filesystem Size Used Avail Use% Mounted on > none 30G 20G

[google-appengine] RDP Error

2018-05-17 Thread Apurba Dutta
While taking remote access to our VM instance we are getting rdp error mentioned below and attached screenshot An authentication error has occurred The function requested is not supported This could be due to Credssp encryption oracle remedition what is the solution for this please suggest

[google-appengine] Re: Set up Google Cloud SDK or App Engine SDK or both for development?

2018-05-17 Thread Grass CFA
Hello George, Thank you for your reply. I have instlaled the Google Cloud Tool for Eclipse from Google Marketplace following the instructions. Google Cloud SDK has also been downloaded and installed separately. My question was regarding to Google App Engine SDK. It seems the Eclipse

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

2018-05-17 Thread Sandeep Dhameshia
Nope, nothing on this. Alternatively, I tried Cloud Endpoints v2, with Firebase, using EspAuthenticator.class authenticator. Did Anonymous login in Firebase, got token. Passed that token to Endpoint method. It worked. Though I had to take care of token expiration. But again, this is not a good