B4J Question Drop Box

DonManfred

Expert
Licensed User
Longtime User
No. Use this one:

BTW: Dropbox is the name of the Product. Not Drop Box. Ok, maybe a good Idea to drop Box 😂 😂 😂
 
Upvote 0

Nokia

Active Member
Licensed User
Longtime User
No. Use this one:

Thanks for the reply.. for the following code:

B4X:
    Dim clientId As String = "yourClientID"
    Dim token As String = "yourAccessToken"

Is this provided by dropbox?
 
Upvote 0

Nokia

Active Member
Licensed User
Longtime User
You can find (create) it in the AppConsole from Dropbox.

ok.. now the next question(s)

is the clientId = App Token?
and token = App Secret?


also in your code example I don't see where the user will put there email address and password to access their dropbox account?
or is my app only going to be able to access my dropbox account?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
1. You should start a new thread for any new question.
2. Read the librarythread carefully. It is all listed there...

See this post:
 
Last edited:
Upvote 0
Top