kaloyan-raev / hello-storj

Demo app for integrating the libstorj native library in Android
GNU General Public License v3.0
5 stars 3 forks source link

Why are document provider uploads not supported? #24

Closed dri94 closed 6 years ago

dri94 commented 6 years ago

I'm sure you have a reason, but just curious as to why document provider uploads are not supported?

kaloyan-raev commented 6 years ago

It's correct to say that some document providers are not supported. The list of supported document providers can be seen in the FileUtils class. This class should be improved to support more document providers.

Also, if a document provider represents a remote storage then the file should be first downloaded from this remote location before uploading to the Storj network.