Hello,
I have just managed to get my app to access my Dropbox folders, download a file, make changes and then upload that file. All working well. Came back a day later and found the token had expired. After some research I realize the short term token is for testing and only last 4 hours...
Related Libraries:
B4A Dropbox SDK V2
B4J Dropbox SDK V2
You need to know/remember the dropboxId of the account you are actually using/requesting. And the latest cursor.
Use dbxUsers.CurrentAccount to get the current Account.
Sub dbxUsers_getCurrentAccount(account As FullAccount)...
Hi all. I'm having trouble downloading a file from a link (Google Drive and Dropbox shareable link) from my app. Code says Success but the file downloaded is corrupted and unusable.
This is with OKHttpUtils2
j.Initialize("job", Me)
j.Download(modMain.shareableLinkGD) 'or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.