android - Google App Engine Tutorial, 403 Forbidden: BadAuthentication on upload data -
i following guide at: https://cloud.google.com/solutions/mobile/how-to-build-mobile-app-with-app-engine-backend-tutorial/ using android studio.
i have followed tutorial beginning 'populate datastore data'.
i navigated correct directory, ran gcloud auth login
terminal, , logged in via browser created. attempted run first command given:
/home/xxxx/google_appengine/appcfg.py upload_data --config_file bulkloader.yaml --url=http://mobileassistant-1026/remote_api --filename places.csv --kind=place -e xxxxxxx@gmail.com
where xxxxs username , email address respectively.
the terminal returns (with me entering password half way):
12:25 pm uploading data records. [info ] logging bulkloader-log-20150805.122507 [info ] throttling transfers: [info ] bandwidth: 250000 bytes/second [info ] http connections: 8/second [info ] entities inserted/fetched/modified: 20/second [info ] batch size: 10 password xxxxxxx@gmail.com: error 403: --- begin server output --- 403 forbidden: badauthentication --- end server output ---
does know how past error?
i new app engine, , backends in general, please assume no knowledge in answers!
thanks in advance help.
i think issue due 2-step verification gmail account. please add member(gmail)as owner in console.developers.google.com project , try work...as did same thing , worked me.
Comments
Post a Comment