google-app-engine
App Engine - How to Clear Cookie
I can't manage to clear the cookies in my Google app engine SDK on Mac OS. Basically every time i need to upload an app which is related to a different user I need to specify the --no_cookie flag and be redirected to an authentication page which doesn't no overwrite the existing cookie. I have tried by clearing up the cookies in Chrome but it seems the cookies used by app engine are stored somewhere else.
It seems the only way is to delete the /Users/<username>/.appcfg_oauth2_tokens file
Related Links
GAE Custom domain mapping failure after adding SSL Wildcard certificate
Is it possible for Google App Engine string and integer datastore keys to clash? [duplicate]
How do I query in Google Datastore Viewer where table or column name has slash in it?
App Engine Google Console Dashboard
Jinja2 install issue
Firebase access within GAE
GAE: multiple modules vs. multiple applications
Builds at commandline but fails to build as gae app
Handle schema change in Google datastore with Go?
Wipe clean all data from GAE datastore
Android Studio deletes appengine-generated folder
BadValueError: Entity has uninitialized properties ___ after resetting indexes and clearing memcache
Can App Engine Flexible Environment connect to a persistent disk?
AppEngine Remote API NoClassDefFoundError Base64
Restoring session objects after migration to Spring Security 4.1.0.RELEASE
Google Cloud Storage Upload file from HTML using POST. Signature issues