You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

DiscoExperiments's avatar
DiscoExperiments
New member | Level 2
2 years ago

Open file in Android Dropbox

I'm trying to preview a file entity I've fetched from files-list_folder in Dropbox android app. I've noticed there is files-get_temporary_link endpoint when creating an intent like that: Intent(Inte...
  • DiscoExperiments's avatar
    2 years ago

    I've found a way to open a file in Dropbox Android app by creating a shared link via this endpoint sharing-create_shared_link_with_settings - then creating Intent with this url and package set to dropbox - like in the code above. We can close this now.