<?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: How to download file with windev? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/332177#M19411</link>
    <description>&lt;P&gt;If you have a direct link to a file, you can download from it directly using a normal HTTPS request. For instance, using curl, saving the data to a local file, that would look like:&lt;/P&gt;
&lt;PRE&gt;curl URL_HERE -o local_file&lt;/PRE&gt;
&lt;P&gt;Exactly how you do that will depend on what HTTPS client you're using, which isn't specific to the&amp;nbsp;Dropbox API, so I can't offer insight on that.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2019 16:08:18 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-03-05T16:08:18Z</dc:date>
    <item>
      <title>How to download file with windev?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/331654#M19388</link>
      <description>&lt;P&gt;i tested this code but it not work&lt;/P&gt;&lt;P&gt;sToken est une chaîne UNICODE = "my token"&lt;BR /&gt;sUrl est une chaîne UNICODE = "&lt;A href="https://api-content.dropbox.com:443/2/files/download" target="_blank"&gt;https://api-content.dropbox.com:443/2/files/download&lt;/A&gt;"&lt;BR /&gt;sAgent est une chaîne UNICODE = "API-explorer-client"&lt;BR /&gt;sType est une chaîne UNICODE = "application/json"&lt;BR /&gt;smylink = "my link in dropbox space"&lt;BR /&gt;sAutho est une chaîne UNICODE = "Authorization: Bearer " + sToken + RC +"{""path"":""download""}"&lt;/P&gt;&lt;P&gt;sDestination est une chaine = "my file in private space"&lt;/P&gt;&lt;P&gt;HTTPDestination(sDestination)&lt;BR /&gt;res est un booléen=HTTPRequête(sUrl,sAgent,sAutho,smylink ,sType)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i got in file :&lt;/P&gt;&lt;P&gt;Error in call to API function "files/download": The request body is supposed to be empty, but it isn't; got "h\x00t\x00t\x00p\x00s\x00:\x00/\x00/\x00d\x00l\x00.\x00d\x00r\x00o\x00p\x00b\x00o\x00x\x00u\x00s\x00e\x00r\x00c\x00o\x00n\x00t\x00e\x00n\x00t\x00.\x00c\x00o\x00m\x00/\x001\x00/\x00v\x00i\x00e\x00w\x00/\x00v\x00z\x00q\x00s\x001\x00j\x00b\x00w\x006\x00"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:07:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/331654#M19388</guid>
      <dc:creator>MOUHROUH</dc:creator>
      <dc:date>2019-05-29T09:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to download file with windev?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/331977#M19393</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1014397"&gt;@MOUHROUH&lt;/a&gt;&amp;nbsp;I see that you're trying to use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_self"&gt;the&amp;nbsp;/2/files/download endpoint&lt;/A&gt; to download a file from a Dropbox link. The&amp;nbsp;/2/files/download endpoint is only for downloading files directly from a connected account, not from a link. (The actual error you got when trying to use it is indicating that you submitted data in the HTTP request body, where none was expected.)&lt;/P&gt;
&lt;P&gt;Anyway, based on the output, it looks like you have a link of the form '&lt;A href="https://dl.dropboxusercontent.com/1/view/" target="_blank"&gt;https://dl.dropboxusercontent.com/1/view/&lt;/A&gt;...'. That's an old type of direct link. If you have an active link of that type, you can download from it directly using an HTTPS client, without using the&amp;nbsp;Dropbox API. I.e., issue a GET request to it and if successful, the response body will be the file content.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 16:46:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/331977#M19393</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-04T16:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to download file with windev?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/331978#M19394</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/411610"&gt;@hady&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;يبدو أنك ترى مشكلة مختلفة ، لذا يرجى فتح سلسلة محادثات جديدة تتضمن تفاصيل إضافية حتى نتمكن من مساعدتك:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropboxforum.com/t5/forums/postpage/board-id/101000014" target="_self"&gt;https://www.dropboxforum.com/t5/forums/postpage/board-id/101000014&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;يرجى إعفاء ترجماتنا. تم إنشاء ترجماتنا باستخدام مترجم على الإنترنت. نحن نرغب في دعم كل لغة ، لكننا غير مجهزين حاليًا للقيام بذلك. هنا هو النسخة الإنجليزية:&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;Please excuse our translations. Our translations were created using an online translator. We'd like to support every language, but we're not currently equipped to do so. Here is the English version:&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;It looks like you are seeing a different issue, so please open a new thread&amp;nbsp;with additional details so we can help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropboxforum.com/t5/forums/postpage/board-id/101000014" target="_self"&gt;https://www.dropboxforum.com/t5/forums/postpage/board-id/101000014&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 16:46:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/331978#M19394</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-04T16:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to download file with windev?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/332079#M19403</link>
      <description>&lt;P&gt;How can i do with direct link?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 05:10:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/332079#M19403</guid>
      <dc:creator>MOUHROUH</dc:creator>
      <dc:date>2019-03-05T05:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to download file with windev?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/332177#M19411</link>
      <description>&lt;P&gt;If you have a direct link to a file, you can download from it directly using a normal HTTPS request. For instance, using curl, saving the data to a local file, that would look like:&lt;/P&gt;
&lt;PRE&gt;curl URL_HERE -o local_file&lt;/PRE&gt;
&lt;P&gt;Exactly how you do that will depend on what HTTPS client you're using, which isn't specific to the&amp;nbsp;Dropbox API, so I can't offer insight on that.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 16:08:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/332177#M19411</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-05T16:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to download file with windev?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/341712#M19764</link>
      <description>هلا</description>
      <pubDate>Sun, 28 Apr 2019 11:24:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/341712#M19764</guid>
      <dc:creator>zmmmmmooooo55</dc:creator>
      <dc:date>2019-04-28T11:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to download file with windev?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/678783#M30560</link>
      <description>تحميل الملفات&lt;BR /&gt;ت</description>
      <pubDate>Sat, 22 Apr 2023 20:16:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-file-with-windev/m-p/678783#M30560</guid>
      <dc:creator>971563908480</dc:creator>
      <dc:date>2023-04-22T20:16:29Z</dc:date>
    </item>
  </channel>
</rss>

