I've learned to do some app building with appinventor.mit 2 and I'm now looking to create and upload to a database. I was wondering if I could store and retrieve to a database from within my app without Dropbox opening?
Hello @Toontic,
A little clarification... Are you looking to store a database within Dropbox, and then access it programmatically (store data, perform queries, etc.) while the content is hosted remotely (on Dropbox)?
Thanks,
-Chuck
Ok, thanks for confirming.
At the moment there isn't an interface via the API that would allow direct editing of content within Dropbox. You can either upload or download the entire contents of a given file, but you can't do byte-level modification on content, such as storing a new record/row of data within a database. Basically, the API does not provide a "file handle" that can be manipulated directly for such operations.
I will pass this along as a feature request, however.
Thanks!
Instead to insert a dropbox list on mit2
From activitystarter / datauri / join, which string should be used?
@Avengers I'm not sure I understand your post. If you have a question or issue regarding the Dropbox API, please share more details. Thanks!