<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Displaying file from Dropbox into a WebApplication using Dropbox API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592050#M27510</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;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&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for example I'm trying at least to download a file using the shared link and CURL&lt;BR /&gt;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&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Basically, It's sync a folder's files which on Dropbox to the Website.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;curl&lt;/SPAN&gt;&lt;SPAN&gt; -&lt;/SPAN&gt;&lt;SPAN&gt;X&lt;/SPAN&gt; &lt;SPAN&gt;POST&lt;/SPAN&gt; &lt;SPAN&gt;https&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;//content.dropboxapi.com/2/sharing/get_shared_link_file \&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; --&lt;/SPAN&gt;&lt;SPAN&gt;header&lt;/SPAN&gt; &lt;SPAN&gt;"Authorization: Bearer &amp;lt;REDACTED&amp;gt; "&lt;/SPAN&gt;&lt;SPAN&gt; \&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; --&lt;/SPAN&gt;&lt;SPAN&gt;header&lt;/SPAN&gt; &lt;SPAN&gt;"Dropbox-API-Arg: { &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;path&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;/Hi/drop.jpg&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;url&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://www.dropbox.com/s/tmziscnuzavon9a/drop.jpg?dl=0" target="_blank" rel="noopener"&gt;https://www.dropbox.com/s/tmziscnuzavon9a/drop.jpg?dl=0&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;}"&lt;BR /&gt;&lt;BR /&gt;It prints this error:&amp;nbsp;{"error_summary": "shared_link_not_found/", "error": {".tag": "shared_link_not_found"}}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 20 Apr 2022 12:43:18 GMT</pubDate>
    <dc:creator>Mostafa Ezzat</dc:creator>
    <dc:date>2022-04-20T12:43:18Z</dc:date>
    <item>
      <title>Displaying file from Dropbox into a WebApplication using Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592050#M27510</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;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&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for example I'm trying at least to download a file using the shared link and CURL&lt;BR /&gt;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&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Basically, It's sync a folder's files which on Dropbox to the Website.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;curl&lt;/SPAN&gt;&lt;SPAN&gt; -&lt;/SPAN&gt;&lt;SPAN&gt;X&lt;/SPAN&gt; &lt;SPAN&gt;POST&lt;/SPAN&gt; &lt;SPAN&gt;https&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;//content.dropboxapi.com/2/sharing/get_shared_link_file \&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; --&lt;/SPAN&gt;&lt;SPAN&gt;header&lt;/SPAN&gt; &lt;SPAN&gt;"Authorization: Bearer &amp;lt;REDACTED&amp;gt; "&lt;/SPAN&gt;&lt;SPAN&gt; \&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; --&lt;/SPAN&gt;&lt;SPAN&gt;header&lt;/SPAN&gt; &lt;SPAN&gt;"Dropbox-API-Arg: { &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;path&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;/Hi/drop.jpg&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;url&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://www.dropbox.com/s/tmziscnuzavon9a/drop.jpg?dl=0" target="_blank" rel="noopener"&gt;https://www.dropbox.com/s/tmziscnuzavon9a/drop.jpg?dl=0&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;}"&lt;BR /&gt;&lt;BR /&gt;It prints this error:&amp;nbsp;{"error_summary": "shared_link_not_found/", "error": {".tag": "shared_link_not_found"}}&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Apr 2022 12:43:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592050#M27510</guid>
      <dc:creator>Mostafa Ezzat</dc:creator>
      <dc:date>2022-04-20T12:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying file from Dropbox into a WebApplication using Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592151#M27513</link>
      <description>&lt;P&gt;I see you're calling &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_self"&gt;/2/sharing/get_shared_link_file&lt;/A&gt; and are supplying both the "url" parameter and "path" parameter. The particular shared link you're sending as the "url" is for a file though; in that case you should not also supply the "path" parameter. The "path" parameter is only for when you need to specify a relative path under a folder when the "url" you are supplying is for a folder, not a file. Try the call again without setting the "path" parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I've redacted it from your post, but for future reference, do not share your access token.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 16:07:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592151#M27513</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-04-20T16:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying file from Dropbox into a WebApplication using Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592153#M27514</link>
      <description>&lt;P&gt;Thanks for response, If I may ask about something important. I have a website that I need to make the users of Dropbox to &lt;STRONG&gt;import&lt;/STRONG&gt; their videos into the application itself by clicking a button and authenticate after that and then pick the folder they want to.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So What are my options relating to Dropbox API, In other words what are the best features that I should use.&amp;nbsp;&lt;BR /&gt;Should I use &lt;STRONG&gt;sharing link and downloading&lt;/STRONG&gt; the video or even can I someway &lt;STRONG&gt;fetch&lt;/STRONG&gt; all the folder files into website.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 16:15:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592153#M27514</guid>
      <dc:creator>Mostafa Ezzat</dc:creator>
      <dc:date>2022-04-20T16:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying file from Dropbox into a WebApplication using Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592155#M27515</link>
      <description>&lt;P&gt;Btw, I also have Js SDK installed, I didn't make test yet but I think it would work normally. So I mean if my best options to use one of the SDK or HTTP it will be okay.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 16:17:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592155#M27515</guid>
      <dc:creator>Mostafa Ezzat</dc:creator>
      <dc:date>2022-04-20T16:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying file from Dropbox into a WebApplication using Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592227#M27520</link>
      <description>&lt;P&gt;While you can use either &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_self"&gt;the HTTPS endpoints&lt;/A&gt; themselves or one of our &lt;A href="https://www.dropbox.com/developers/documentation" target="_self"&gt;official SDKs&lt;/A&gt; such as &lt;A href="https://github.com/dropbox/dropbox-sdk-js" target="_self"&gt;the Dropbox JavaScript SDK&lt;/A&gt; (or a third party library) to access the Dropbox API, we do recommend using one of the official SDKs, as they'll do much of the work for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the Dropbox JavaScript SDK, the corresponding method for &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_self" rel="noopener noreferrer"&gt;/2/sharing/get_shared_link_file&lt;/A&gt; is &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#sharingGetSharedLinkFile__anchor" target="_self"&gt;sharingGetSharedLinkFile&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exactly what features you use is up to you, depending on the specifics of what your app needs exactly. I recommend reading &lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_self"&gt;the File Access Guide&lt;/A&gt; for some good reference on interacting with files in Dropbox accounts via the Dropbox API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, as an alternative to the API/SDKs, for web apps that just need to allow end-users to select files from their accounts to give to the app, &lt;A href="https://www.dropbox.com/developers/chooser" target="_self"&gt;the Dropbox Chooser&lt;/A&gt; can be a good, simpler option. Check that out first to see if that works for your use case.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 20:20:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592227#M27520</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-04-20T20:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying file from Dropbox into a WebApplication using Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592259#M27522</link>
      <description>&lt;P&gt;Yes Chooser Feature this's exactly what I want, but the button it doesn't working at all can I just get a demo to implement the button in my app and able to make the user login and choose the files that he wants with providing options array to this. Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 21:56:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592259#M27522</guid>
      <dc:creator>Mostafa Ezzat</dc:creator>
      <dc:date>2022-04-20T21:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying file from Dropbox into a WebApplication using Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592319#M27527</link>
      <description>&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/chooser" target="_self"&gt;The Dropbox Chooser page&lt;/A&gt; does include a working demo under the "Demo" section. Is that "Choose from Dropbox" button not working for you? If not, what exactly does/doesn't happen? Do you get any error message?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 01:39:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592319#M27527</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-04-21T01:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying file from Dropbox into a WebApplication using Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592376#M27531</link>
      <description>&lt;P&gt;This's my code I added the js lib of Dropbox, Do I miss something else? but the button it doesn't appear&lt;BR /&gt;I also have only one issue can I make the direct link doesn't expire because my scenario will be the user will choose the videos or images, Then I get the direct link and that will be previewed in the application that if anybody wants to watch the video or the image but the link expires.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;html&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;head&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt; &lt;SPAN&gt;type&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"text/javascript"&lt;/SPAN&gt; &lt;SPAN&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://www.dropbox.com/static/api/2/dropins.js" target="_blank"&gt;https://www.dropbox.com/static/api/2/dropins.js&lt;/A&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"dropboxjs"&lt;/SPAN&gt; &lt;SPAN&gt;data-app-key&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"2hver24zt8u8zdv"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt; &lt;SPAN&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js" target="_blank"&gt;https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;head&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;body&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;img&lt;/SPAN&gt; &lt;SPAN&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://dl.dropboxusercontent.com/1/view/ofk0qoujb034r4v/drop.jpg" target="_blank"&gt;https://dl.dropboxusercontent.com/1/view/ofk0qoujb034r4v/drop.jpg&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;img&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;video&lt;/SPAN&gt; &lt;SPAN&gt;controls&lt;/SPAN&gt; &lt;SPAN&gt;autoplay&lt;/SPAN&gt; &lt;SPAN&gt;width&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"620"&lt;/SPAN&gt; &lt;SPAN&gt;type&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"video/mp4"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;source&lt;/SPAN&gt; &lt;SPAN&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://dl.dropboxusercontent.com/1/view/dcllqru2ajomsqn/Hi/Kyri%20SEO%20-%2016%20April%202022.mp4" target="_blank"&gt;https://dl.dropboxusercontent.com/1/view/dcllqru2ajomsqn/Hi/Kyri%20SEO%20-%2016%20April%202022.mp4&lt;/A&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;type&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"video/mp4"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;video&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt; &lt;SPAN&gt;type&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"text/javascript"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;options&lt;/SPAN&gt;&lt;SPAN&gt; = {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Required. Called when a user selects an item in the Chooser.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;success&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;files&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;alert&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Here's the file link: "&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;files&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;].&lt;/SPAN&gt;&lt;SPAN&gt;link&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Optional. Called when the user closes the dialog without selecting a file&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// and does not include any parameters.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;cancel&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt;() {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Optional. "preview" (default) is a preview link to the document for sharing,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// "direct" is an expiring link to download the contents of the file. For more&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// information about link types, see Link types below.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;linkType:&lt;/SPAN&gt; &lt;SPAN&gt;"direct"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;// or "direct"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Optional. A value of false (default) limits selection to a single file, while&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// true enables multiple file selection.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;multiselect:&lt;/SPAN&gt; &lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;// or true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Optional. This is a list of file extensions. If specified, the user will&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// only be able to select files with these extensions. You may also specify&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// file types, such as "video" or "images" in the list. For more information,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// see File types below. By default, all extensions are allowed.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;extensions:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;SPAN&gt;'.pdf'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'.doc'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'.docx'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'.mp4'&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Optional. A value of false (default) limits selection to files,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// while true allows the user to select both folders and files.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// You cannot specify `linkType: "direct"` when using `folderselect: true`.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;folderselect:&lt;/SPAN&gt; &lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;// or true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// Optional. A limit on the size of each file that may be selected, in bytes.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// If specified, the user will only be able to select files with size&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// less than or equal to this limit .&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;// For the purposes of this option, folders have size zero.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;sizeLimit:&lt;/SPAN&gt; &lt;SPAN&gt;1024&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;// or any positive number&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; };&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;button&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;Dropbox&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;createChooseButton&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;options&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;document&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getElementById&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"container"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;appendChild&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;button&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;html&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Apr 2022 09:24:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592376#M27531</guid>
      <dc:creator>Mostafa Ezzat</dc:creator>
      <dc:date>2022-04-21T09:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying file from Dropbox into a WebApplication using Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592387#M27533</link>
      <description>&lt;P&gt;Update 1: Everything is good Sir, It works and it's fine, My only problem now is link expiring because my&amp;nbsp;&lt;STRONG&gt;scenario&lt;/STRONG&gt; will be I get the direct links save them in the database then get these links when it requested so if the link expires will be error so how can I make the direct link doesn't expire, and Is there any comments about this&amp;nbsp;scenario, &lt;STRONG&gt;Do you think I'll face any problem in it soon while implementing along with Dropbox?&lt;/STRONG&gt; Thanks in advance&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Update: I did implement the button and it opens but I can't select any thing the selection button not exist. So all I just need is to get a direct link that doesn't expire at all. Thanks in advance and appreciate.&amp;nbsp;&lt;BR /&gt;I followed this link :&lt;A href="https://dropbox.tech/developers/quickly-integrate-file-upload-in-your-web-app-using-the-chooser" target="_blank" rel="noopener"&gt;https://dropbox.tech/developers/quickly-integrate-file-upload-in-your-web-app-using-the-chooser&lt;/A&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-04-21 121111.png" style="width: 800px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/28921i5DBBE6E40DDCC851/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-04-21 121111.png" alt="Screenshot 2022-04-21 121111.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 11:09:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592387#M27533</guid>
      <dc:creator>Mostafa Ezzat</dc:creator>
      <dc:date>2022-04-21T11:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying file from Dropbox into a WebApplication using Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592401#M27538</link>
      <description>&lt;P&gt;Unfortunately, the Dropbox Chooser does not have an option for retrieving "direct" links that do not expire, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. As a workaround, you can use "preview" links, which don't expire, and &lt;A href="https://help.dropbox.com/files-folders/share/force-download" target="_self"&gt;modify them for direct access as documented here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, regarding the issue with the files being disabled, looking at your code, it seems the issue here is that you're setting sizeLimit: 1024, which is limiting the user to selecting only relatively small files. Please try removing that option and you should see larger files selectable.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 12:00:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592401#M27538</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-04-21T12:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying file from Dropbox into a WebApplication using Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592478#M27549</link>
      <description>&lt;P&gt;Can I ask one last question, Please.&amp;nbsp;&lt;BR /&gt;Can I add any parameters to options array here to get the directory name, the normal options response I get the name of the file, So I need also the name of the folder,&amp;nbsp;&lt;A title="sharing_get_shared_link_metadata" href="https://dropbox.github.io/dropbox-api-v2-explorer/#sharing_get_shared_link_metadata" target="_self"&gt;sharing_get_shared_link_metadata&lt;/A&gt;&amp;nbsp; I'm thinking of using this if it's not possible to do the previous one but it will request additional requests for sure. Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MostafaEzzat_0-1650558117732.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/28930i66465FCFC427F42C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MostafaEzzat_0-1650558117732.png" alt="MostafaEzzat_0-1650558117732.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 16:25:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592478#M27549</guid>
      <dc:creator>Mostafa Ezzat</dc:creator>
      <dc:date>2022-04-21T16:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying file from Dropbox into a WebApplication using Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592500#M27552</link>
      <description>&lt;P&gt;No, the Dropbox Chooser does not offer an option for getting the name of the parent directory of the selected file. You can find all of the available options in &lt;A href="https://www.dropbox.com/developers/chooser" target="_self"&gt;the Chooser documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 17:53:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Displaying-file-from-Dropbox-into-a-WebApplication-using-Dropbox/m-p/592500#M27552</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-04-21T17:53:18Z</dc:date>
    </item>
  </channel>
</rss>

