<?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 Re: dropbox embedder cannot download file in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/710444#M3556</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1740137"&gt;@tcnolan7&lt;/a&gt;&amp;nbsp;Здравко is correct; it is possible to implement functionality like this using the Dropbox API, but it would be substantially more work. For instance, you could use the API from your server to call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/continue&lt;/A&gt;] to list files/folders, and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank"&gt;/2/files/download&lt;/A&gt; to download file content, and then display the desired information on your site. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, this issue for the Embedder is still open with the team, and I'll follow up here once I have an update on it.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Aug 2023 15:18:17 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-08-30T15:18:17Z</dc:date>
    <item>
      <title>dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709827#M3543</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to use the DropBox embedder in our website to allow users to download files.&amp;nbsp; I have the DropBox folder shared and set to "Anyone with this link can edit".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The embedder works find, I can see the folders and files.&amp;nbsp; But if I click the download icon, nothing happens.&amp;nbsp; If I first login to my DropBox account (which is the owner of the folder), when I click the download icon, the file downloads.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a share setting or embedder app setting I am missing?&amp;nbsp; We would like people to be able to download from the website without having to login to DropBox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 16:28:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709827#M3543</guid>
      <dc:creator>tcnolan7</dc:creator>
      <dc:date>2023-08-28T16:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709840#M3544</link>
      <description>&lt;P&gt;Thanks for the report! This is currently an issue when using the Dropbox Embedder with an "edit" link. To avoid this issue, please switch to using a "view" link instead.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 17:36:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709840#M3544</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-08-28T17:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709874#M3546</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&amp;nbsp; I did try the View share link but have the same result.&amp;nbsp; In dev tools I see this error:&lt;/P&gt;&lt;P&gt;Failed to load resource: the server responded with a status of 403 ()&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.dropbox.com/sharing/fetch_user_content_link:1" target="_blank"&gt;www.dropbox.com/sharing/fetch_user_content_link:1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I copy the View share link directly into the browser and I'm not logged in to DropBox, that works fine.&amp;nbsp; It just seems to be the embedder code that has a problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the&amp;nbsp;Embedder using JavaScript code found on this page:&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/embedder" target="_blank"&gt;https://www.dropbox.com/developers/embedder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any thoughts&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 19:57:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709874#M3546</guid>
      <dc:creator>tcnolan7</dc:creator>
      <dc:date>2023-08-28T19:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709875#M3547</link>
      <description>&lt;P&gt;Do you have a sample page with the view link I can try so I can look into this specifically for you? Feel free to &lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;open an API ticket here&lt;/A&gt; if you'd prefer to share privately. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 20:06:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709875#M3547</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-08-28T20:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709894#M3549</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I have test page setup:&lt;/P&gt;&lt;P&gt;&lt;A href="https://terrywebdesign.com/dropbox-test.html" target="_blank"&gt;https://terrywebdesign.com/dropbox-test.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the share URL I am using in the javascript code:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/scl/fo/fzvi9xxpjhc12bl1v968a/h?rlkey=3d7l5smnk7f7txk3ufs3a9d7q&amp;amp;dl=0" target="_blank"&gt;https://www.dropbox.com/scl/fo/fzvi9xxpjhc12bl1v968a/h?rlkey=3d7l5smnk7f7txk3ufs3a9d7q&amp;amp;dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 21:12:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709894#M3549</guid>
      <dc:creator>tcnolan7</dc:creator>
      <dc:date>2023-08-28T21:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709901#M3550</link>
      <description>&lt;P&gt;Thanks, that's helpful. I just checked on this more specifically for you, and it looks like in this case that workaround unfortunately won't actually help. (There are a few variables at play here; apologies for the trouble.) In any case I've raised this with the team and I'll follow up once I have an update on the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 21:31:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709901#M3550</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-08-28T21:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709906#M3551</link>
      <description>&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@D88F213CAFB196B6AB70612B08AD9D31/emoticons/1f601.png" alt=":beaming_face_with_smiling_eyes:" title=":beaming_face_with_smiling_eyes:" /&gt; Let see... where is the rlkey parameter skipped on processing? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt; It becomes so when the things get changed from now for yesterday...&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 22:07:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/709906#M3551</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-08-28T22:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/710433#M3554</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the Embedder is not an option for us, is it possible to achieve the same results using the API?&amp;nbsp; Basically we simply want to display a certain folder and allow the user to explore subfolders and download files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 14:51:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/710433#M3554</guid>
      <dc:creator>tcnolan7</dc:creator>
      <dc:date>2023-08-30T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/710438#M3555</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1740137"&gt;@tcnolan7&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;..., is it possible to achieve the same results using the API? ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1740137"&gt;@tcnolan7&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Nothing can stops you do that. Of course, if we ignore that you would need to implement everything, implemented by the Embedder, yourself. A pros can be that you can make everything more customized. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 15:03:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/710438#M3555</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-08-30T15:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/710444#M3556</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1740137"&gt;@tcnolan7&lt;/a&gt;&amp;nbsp;Здравко is correct; it is possible to implement functionality like this using the Dropbox API, but it would be substantially more work. For instance, you could use the API from your server to call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/continue&lt;/A&gt;] to list files/folders, and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank"&gt;/2/files/download&lt;/A&gt; to download file content, and then display the desired information on your site. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, this issue for the Embedder is still open with the team, and I'll follow up here once I have an update on it.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 15:18:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/710444#M3556</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-08-30T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/710447#M3557</link>
      <description>&lt;P&gt;Thank you for the feedback.&amp;nbsp; Yes it would definitely be better if we could get the Embedder to work correctly.&amp;nbsp; I understand implementing this functionality using the API would require more work.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 15:37:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/710447#M3557</guid>
      <dc:creator>tcnolan7</dc:creator>
      <dc:date>2023-08-30T15:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/712620#M3596</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was testing the embedder again today and it seems like the issue is fixed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you confirm that?&amp;nbsp; I want to make sure before I start working with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2023 19:30:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/712620#M3596</guid>
      <dc:creator>tcnolan7</dc:creator>
      <dc:date>2023-09-09T19:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/712879#M3602</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1740137"&gt;@tcnolan7&lt;/a&gt; The team is still working on some aspects of this issue, but yes the file download functionality in particular should be working now.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 15:33:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/712879#M3602</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-09-11T15:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox embedder cannot download file</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/712880#M3603</link>
      <description>&lt;P&gt;Hi Greg,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's great.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 15:36:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/dropbox-embedder-cannot-download-file/m-p/712880#M3603</guid>
      <dc:creator>tcnolan7</dc:creator>
      <dc:date>2023-09-11T15:36:18Z</dc:date>
    </item>
  </channel>
</rss>

