We Want to Hear From You! What Do You Want to See on the Community? Tell us here!

Forum Discussion

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

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

5 Replies

Replies have been turned off for this discussion
  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    6 years ago

    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
    6 years ago

    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. (image link is broken, can not be displayed)

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

    can't we generate the image preview for all file types?

    It seems previews will be of the same type as file. pdf preview link will preview a pdf only.

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    6 years ago

    I'm not sure I follow your question. For reference:

    • The /2/sharing/create_shared_link_with_settings endpoint can be used to create a shared link for any type of file. The shared link page by default will show a preview of the file if possible. E.g., it can display a preview of the relevant text, image, PDF, etc., depending on the type of the linked file. If you modify the link for direct access, it will return the original file data.
    • The /2/files/get_temporary_link endpoint returns a temporary link that will just return the original file data.
    • The /2/files/get_preview endpoint will directly PDF or HTML preview data directly, as determined by the supported file types covered in the documentation.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 9 hours ago
411 Following

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!