Open dropbox app with a specified path
Closed this issue · 1 comments
kyblinh commented
Hello,
We are trying to open dropbox app in a specified folder. It's quite easy to find how to open just dropbox, but can't find how i can give the path...
I 'd guess code would be something like
var sApp = startApp.set({
"application": "com.dropbox.android",
"uri": attachmentLink,
"action": "ACTION_VIEW"
}).start();
Is there any way to do it?
Thanks for your great plugging :)