MarquisLP / World-Scribe

An Android app for fictional world-building
MIT License
41 stars 7 forks source link

Can't backup to Dropbox on some file systems #51

Open MarquisLP opened 4 years ago

MarquisLP commented 4 years ago

With the recent switch to Android's DocumentFile API, the file URIs we get for usage with the Dropbox API might not be filename-friendly. One user report had files that failed to be uploaded because their paths began with "/tree/primary:/".

We need to update the Dropbox modules so that it performs any necessary reformatting on file paths before uploading. We may need to do the same for Nextcloud, though there have yet to be any user reports on Nextcloud uploading.