Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uploading the whole sqlite database to google app engine

I just want to know if it is possible to upload from an android phone the whole sqlite database to google app engine and then download it from there to my computer.

like image 524
JustCurious Avatar asked Mar 01 '26 20:03

JustCurious


2 Answers

Sure. The DB is just a file, you need to get the path to it, and then post it to App Engine. Depending on the size of the DB, you might need to use the Blobstore, there is a limit to the size you can store in a regular entity.

like image 179
Nikolay Elenkov Avatar answered Mar 03 '26 13:03

Nikolay Elenkov


You mean uploading to GAE Blobstore? It might be a better idea to upload it to Google Storage rather than app engine if you really want to just dump the file

like image 41
Rajdeep Dua Avatar answered Mar 03 '26 13:03

Rajdeep Dua



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!