Questions tagged [appcfg]

31 questions
0
votes
2 answers

Java8 migrate appcfg to gcloud

Having issues since the recent appcfg deprecation. My project is java8 built with ant in a jenkins pipeline to GCP. [exec] 95% Application deployment failed. Message: Deployments using appcfg are no longer supported. See…
0
votes
1 answer

Will google appengine legacy services based python2 standard runtime application continue to work after appcfg tool shutdown?

One of our projects uses Memcache, Mail API, Task Queue, Cloud KMS V1, and other legacy app engine services for Python 2 (standard env). If we can build this project with gcloud, will this continue to work after August 30 (after appcfg build tool…
0
votes
1 answer

What's the gcloud equivalent of appcfg rollback?

The GCP command appcfg has been deprecated. appcfg used to have appcfg rollback to be used when there is a failed deployment. What is its equivalent for gcloud (the new command)? I can't find it in Google GCP documentation. More context: Rolling…
0
votes
1 answer

google-appengine appcfg.py downloading source files gives Couldn't create directory

I uploaded code to app engine and now wish to download it. In order to download it I'm using the cloudshell and entered the following command: cloudshell: ~$ appcfg.py -A [proj-noah] -V [version] download_app /home/vicktree/Desktop/folder When I…
0
votes
1 answer

Need help Migrating from legacy SDK (appcfg)

Google has emailed me saying "Migrate your App Engine projects from the legacy SDK (appcfg)" for 3 of my projects. I don't use appcfg, I use mvn to deploy my software. I've 6 projects in total on GAE and have compared the pom files and build files…
Tim Cobra
  • 111
  • 13
0
votes
1 answer

PCF auto drop and start application in non-buisness hours

I am new to pcf and working on a task for drop all instances on a particular time. I need drop all apps instances during non business hours and bring it back before start of business hours?
0
votes
1 answer

How to set appengine bulkupload csv delimeter?

i am a java programmer trying to use python 'appcfg.py upload_data' on appengine Is it possible to set a csv delimeter on config.yml (as in -> 1#2#2#3 where # is the delimeter) I see that there is a 'connector_options:' on config.yml Thanks!
0
votes
1 answer

Google App Engine - Can't download localhost datastore for uploading to production server?

I have a set of data that I would like to use for production but I can't seem to get appcfg.py to download the localhost datastore. I have localhost:8080/_ah/remote_api on in app.yaml then, in the SDK shell, i ran appcfg.py download_data…
Steven Kwok
  • 199
  • 4
  • 15
0
votes
1 answer

Google datastore backup to local dev_appserver

I'm trying to follow those instructions: https://gist.github.com/jehna/3b258f5287fcc181aacf I've downloaded my backup, made the script go to the path but it seems like the code won't get into the loop "for record in reader:" on windows. I read about…
0
votes
0 answers

Bulk upload data to GAE not working. Always get appcfg.py: error: no such option: -?

I have done this before but now I don't seem to be able to get this working anymore. I need to upload a csv file to my GAE app. Trying to use app cfg.py upload_data like so: appcfg.py upload_data -—config_file=config.yml…
onnoweb
  • 3,038
  • 22
  • 29
0
votes
1 answer

appcfg ignoring --passin flag

I'm trying to upload my app to Google AppEngine using appengine-java-sdk-1.9.30 and trying to use the --passin flag: appcfg.sh --passin --email=myemail@email.com --no_cookies update . However, instead of being asked for the password, a new tab in…
user1504992
  • 515
  • 1
  • 4
  • 8
0
votes
1 answer

Get a specific arraylist element in yaml for retriving data from datastore

I am trying to pull all entities from google cloud datastore in csv format. I found a great link which helped me a lot (https://vikashazrati.wordpress.com/2010/09/20/downloading-datastore-data-from-a-java-application-on-google-app-engine/) My…
ridua
  • 123
  • 1
  • 11
0
votes
1 answer

how to work around error in deployment with appcfg

Since some days I am getting repeatly the error WARNING util.py:126 new_request() takes at most 1 positional argument (6 given) for the command appcfg.py --oauth2 -V v4-1-2 update frontends_live.yaml I can see Google is working on it but no…
skurt
  • 1,019
  • 2
  • 13
  • 29
0
votes
2 answers

Unable to connect to my GAE account through appcfg

I was surprized not to be able to connect to my account through appcfg my password was right, butthe app ansered it's not. When I change the google setting : https://www.google.com/settings/security/lesssecureapps to make Access for less secure apps…
Zied Hamdi
  • 2,400
  • 1
  • 25
  • 40
0
votes
1 answer

google app engine remote api for local dev server redirecting to login page

I get a 302 redirection error when trying to use appcfg.py to upload data to my local dev server. If I use a browser to access the relevant page (_ah/remote_api) I get a login page, the pre-filled in test@example.com works, but I get no prompt for…
Zack Newsham
  • 2,810
  • 1
  • 23
  • 43