We need to upload individual MBTiles file which can be pretty large into DropBox with their REST API.
Unfortunately they do not have an C/C++ API.
Either we link it against another language or we add implementation of DropBox API into webstore - at least for uploading large files with progress bar.
We need to upload individual MBTiles file which can be pretty large into DropBox with their REST API. Unfortunately they do not have an C/C++ API. Either we link it against another language or we add implementation of DropBox API into webstore - at least for uploading large files with progress bar.
To be confirmed.