The databases are user-generated, so I need a "public" solution. I can't use my web server to store megabytes of data for thousands of users, manage usernames and passwords, etc.
On May 18, 9:41 pm, Nikolay Elenkov <[email protected]> wrote: > On Thu, May 19, 2011 at 4:31 AM, Doug Gordon <[email protected]> wrote: > > My app is mainly self-contained, interacting only with the user's databases, > > and does not use any web or cloud technology to do its thing. However, I'd > > like to add functionality to download database files from the user's Google > > Docs account to make it easier to transfer data. > > Why would you want to use Google Docs to download database file? Is it > even possible? Put your files on a web server, use some sort of authentication > if you don't want everyone to download them, and you are set. > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

