download

  1. 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...
  2. V

    iOS Question Download file

    My iOS application requires downloading a sqlite file every time the user login. I do not know which is the best option: - Download the file from a remote server -or- - Use Firebase -or- - ¿are there other options? Thanks for your help.
Top