dropbox

  1. G

    Android Question Dropbox v2 auth flow

    Hi DonManfred, Sorry to trouble you. I'm having some issues with the authorisation flow using the v7 SDK. Where as previously I could call auth.startOAuth2Authentication and all was right with the world, I'm having issues getting auth.startOAuth2PKCE to work. is...
  2. G

    Android Question DropBox SDK v2 & Java SDK v7.0.0

    F.a.o DonManfred Apologies if I'm being blind, but I can't seem to find the download for the current xml and jar files for the dropbox sdk v2. The first post seems to indicate that it has been updated to wrap the version 7.0.0 SDK but only the additional files are there. I tried editing an...
  3. B

    Android Question Dropbox refresh code

    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...
  4. A

    Android Question Save zip to dirInternal

    Hello, Does anybody know how to save a file from dropbox link to specified folder like dirInternal? Thanks in advance.
  5. DonManfred

    Android Tutorial Dropbox SDK - get informed about changes in the used Dropbox

    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)...
  6. J

    Android Question Download File From Link

    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...
Top