Being new to Google App Engine, I've got a question related to this one:
Storing data on a user's Google's account
Here is what I actually want to do:
- Create an application using entirely Google App Engine and BigTable for persistence
- But I do not want to use my own App Engine account. Instead I want to use the user's account. For instance, an Android app should use the user's account for persisting its data, not that of the app programmer.
Is this possible all?