google-app-engine Questions

4

Solved

My goal is to test out google's orchestrator and the compute engine api by first retrieving a list of active instances. The orchestrator project including the servlet file is stored in a jar. I'm...

3

I am using stripe API to talk to Stripe services. Google AppEngine doesn't even get imported or involved here, but I am seeing this weird AssertionError related to GAE libraries. Below is the stack...
Anglomania asked 3/8, 2015 at 0:47

2

All Pixel devices were tested, and only the Pixel 8 log showed this error: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null o...
Fishy asked 27/6, 2024 at 3:19

3

Solved

I have GO application and tried to deploy it to the google app engine with google command line sdk from a local machine with a custom service account. I create a custom service account with roles: ...

4

Does anyone know, difference between Google App Engine Flex and Google Cloud Run? Thanks
Fume asked 10/4, 2019 at 18:38

4

For unknown reasons my website on Google App Engine is suddenly not loading anymore on multiple devices and in different browsers. It gives a DNS_PROBE_FINISHED_NXDOMAIN error. I tried restarting t...
Walking asked 9/6, 2015 at 8:40

21

Solved

I'm using pylint in Visual Studio Code to develop a Google App Engine (GAE) Cloud Endpoint API in Python. I'm unable to resolve a lint error. I don't know what's causing the error, but at a guess, ...

4

Solved

I have a cloud function in Node.JS on Google Cloud, I need to make GET request to Google and it requires an auth token. Using curl you can generate one using $(gcloud auth application-default print...
Persistence asked 4/11, 2021 at 17:39

3

Solved

I set up a custom domain with App Engine after following the instructions on DNS records: https://cloud.google.com/appengine/docs/standard/java/mapping-custom-domains It's working for the default...
Sandon asked 25/3, 2018 at 21:8

7

Solved

I have created a service account in order to deploy a project to google app engine. The service account I have created has these two roles: App Engine -> App Engine Deployer Storage -> Storage ...
Buxton asked 11/5, 2017 at 2:54

5

Solved

Some files get uploaded on a daily basis to an FTP server and I need those files under Google Cloud Storage. I don't want to bug the users that upload the files to install any additional software a...

3

Solved

This deprecated API supports appending content to google cloud storage file: FileWriteChannel FileService.openWriteChannel(AppEngineFile file, boolean lock) But, GcsOutputChannel GcsService.c...
Fair asked 2/1, 2014 at 5:16

20

Solved

CryptoUnavailableError: No crypto library available and from oauth2client import crypt failure. I had the above error mentioned in the link. I was able to fix that by reinstalling pyOpenSSL and cr...
Eulogistic asked 11/9, 2015 at 7:59

19

I'm trying to put breakpoints into the GoogleAppEngine sources (SDK 1.7.0) but IDEA Ultimate (11.0.2) just keeps telling me Warning: No executable code found at line 482 in class com.google.appengi...
Pedestrianism asked 21/7, 2012 at 11:13

23

Solved

I got this error in Google App Engine's Python have used Google Translate API, But I don't know how to fix, <module> from apiclient.discovery import build ImportError: No module named apiclie...

3

Solved

I downloaded Google Cloud SDK for python on my Ubuntu. (https://cloud.google.com/sdk/docs/quickstart-linux#before-you-begin) Then I followed the steps from the page but when I run gcloud init I...
Ledeen asked 25/5, 2016 at 15:11

9

Solved

I want to create a Firestore in Native mode in an existing project. I don't have any data in Cloud Datastore, but it blocks me, saying This project uses another database service Your current p...

12

Solved

I am following this tutorial to setup a Wordpress website on Google cloud: https://googlecloudplatform.github.io/appengine-php-wordpress-starter-project/ I am working on a Mac with OSX 10.10.3. ...
Robotize asked 7/5, 2015 at 11:49

7

Solved

I had this error for almost an hour but found a solution resulting into a big worrying dilemma. The solution let to realization that one cannot run gcloud app deploy while there is a task in the ta...

6

My application needs a bunch of secrets to run: database credentials, API credentials, etc. It's running in Google App Engine Standard Java 11. I need these secrets as environment variables or as a...

6

Solved

So I have a react/typescript app in my repo that I'm working on and in my repo I have a .env file that I'm ignoring so that my secrets don't get exposed and a .env-example file of important environ...

14

Solved

I want to upload an app to Google App Engine: I get this Error parsing yaml file: mapping values are not allowed here in "/home/antonio/Desktop/ATI/climate-change/app.yaml", line 2, column 8 ...
Hughs asked 10/6, 2012 at 19:19

4

Solved

I've noticed that the developer console doesn't seem to expose anywhere where I can configure static environment variables. Is the expectation on GAE that I will bundle those variables as part of ...
Hershberger asked 29/6, 2015 at 17:52

11

Solved

I'm experimenting with more cost effective ways to deploy my Rails apps, and went through the Ruby Starter Projects to get a feel for Google Cloud Platform. It's almost perfect, and certainly compe...
Scoop asked 28/12, 2015 at 19:57

3

I'm deploying a simple Python 3 App Engine App (Flexi environment) by issuing following command: gcloud app deploy --version=ver0-1 and getting following error: ERROR: (gcloud.app.deploy) Permissi...
Wadleigh asked 11/4, 2018 at 23:0

© 2022 - 2025 — McMap. All rights reserved.