Android GoogleBox, OneDrive, DropBox pick a file intent -


in application i'm writing user should able pick text file either of: googlebox, onedrive, dropbox. after picking file, application reads content , parses.

i'm pretty sure there must intent each of providers can't find info. can suggest resources on issue?

thanks.

for getting intents each cloud storage provider, can use cloud rail single interface: http://docs.cloudrail.com/docs/getting-started.

it free use, , there android support.

basically, allows use same functions , same inputs onedrive , dropbox. means can change cloud storage provider being used chaning 1 line of code. mean can have whichever 1 used being defined user's choice.

you can check out @ http://docs.cloudrail.com/docs/getting-started. if have comments, please feel free email me @ luke@cloudrail.com


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -