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.
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.