Big problem - app-engine-sdk (python) has updated and ConfigureRemoteApiForOAuth is no longer exists

36 views
Skip to first unread message

רון זילכה

unread,
Jan 16, 2017, 9:03:50 AM1/16/17
to Google App Engine

I've got serious problem since this morning when my app-engine launcher make an update to my python SDK. I'm using remote api for accessing datastore from my localhost.

Google has changed the defined function of the API, until now it was like:

remote_api_stub.ConfigureRemoteApiForOAuth(
'{}.appspot.com'.format(project_id),
'/_ah/remote_api')

After the update the ConfigureRemoteApiForOAuth is no longer exists, and the docs here https://cloud.google.com/appengine/docs/python/tools/remoteapi still with the old method.

I'm really stuck and I've to figured it quickly cause it make a lot of damage for my app.

Adam (Cloud Platform Support)

unread,
Jan 16, 2017, 3:16:19 PM1/16/17
to Google App Engine
ConfigureRemoteApiForOAuth has not been removed from the Python SDK. It still exists in 1.9.49, on line 703 of remote_api.stub.py.

Perhaps there was an issue installing / updating the SDK. I'd advise manually downloading and reinstalling it.
Reply all
Reply to author
Forward
0 new messages