[android-developers] Re: How to store app data to gmail account? Is it possible?

2010-09-29 Thread Moto
Well hopefully some people in this forum can help :) I found something that could potentially work BUT... You can't update data, you must first delete than upload again, and that can be tricky... http://code.google.com/apis/storage/docs/overview.html On Sep 29, 5:13 pm, Moto wrote: > I'm look

[android-developers] Re: How to store app data to gmail account? Is it possible?

2010-09-29 Thread Moto
As you can tell I'm new to this area... I guess the main idea is to sync my applications database to the cloud, and I would like to use the users gmail account to store it. On Sep 29, 5:25 pm, Moto wrote: > Well hopefully some people in this forum can help :)  I found > something that could pote

[android-developers] Re: How to store app data to gmail account? Is it possible?

2010-09-29 Thread JonFHancock
It might be better to store the data on your own servers, and use OAuth so that the user signs in with their gmail account. You could make it feel the same, but you have control of the data, and you aren't at the mercy of Google's APIs. On Sep 29, 2:32 pm, Moto wrote: > As you can tell I'm new t

[android-developers] Re: How to store app data to gmail account? Is it possible?

2010-09-30 Thread gjs
try Google app engine Regards On Sep 30, 4:43 pm, JonFHancock wrote: > It might be better to store the data on your own servers, and use > OAuth so that the user signs in with their gmail account.  You could > make it feel the same, but you have control of the data, and you > aren't at the mercy