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.