Hello,
I want to find the best way to view a file like a video or image from Dropbox into a Website using HTTP or Javascript SDK
for example I'm trying at least to download a file using the shared link and CURL
I also have a question should I use double quotes or single quotes with CURL in the Doc of the website there is a Double quotes but I saw some API calls with single quotes
Basically, It's sync a folder's files which on Dropbox to the Website.
curl -X POST https://content.dropboxapi.com/2/sharing/get_shared_link_file \
--header "Authorization: Bearer <REDACTED> " \