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
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.
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)
The shared link expiration functionality is only available to Dropbox Professional and Business accounts. Attempting to set an expiration from other account types will fail like that.
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.
I'm not sure I follow your question. For reference: