We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

rajshree1996's avatar
rajshree1996
Explorer | Level 3
6 years ago

generate file preview link

How can we generate a preview link for a file and use that link to display the file in our web app? can we also attach link expiry

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    There are a few different options that you may want to try:

    By the way, those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:

    https://www.dropbox.com/developers/documentation

    Those have corresponding native methods for the HTTPS endpoints. 

    • rajshree1996's avatar
      rajshree1996
      Explorer | Level 3

      2 solution works.

      when trying the first one I am getting the unauthorized error in API explorer when I add expires in settings.

      { "error_summary": "settings_error/not_authorized/", "error": { ".tag": "settings_error", "settings_error": { ".tag": "not_authorized" } } }

      If I don'nt use settings object then it is giving me the expected response.Screenshot from 2019-09-24 17-04-33.png