<?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: Error sending file via API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-sending-file-via-API/m-p/461505#M23678</link>
    <description>&lt;P&gt;We can't offer support for third party tools themselves, such as "Iperus", but we're happy to help on the&amp;nbsp;Dropbox side of things.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, note that&amp;nbsp;&lt;A href="https://help.dropbox.com/installs-integrations/sync-uploads/upload-limitations" target="_self"&gt;Dropbox supports uploading files up to 350 GB in size via the API&lt;/A&gt;, which would be done via &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start" target="_self"&gt;upload sessions&lt;/A&gt;. If a single file is larger than 350 GB, you won't be able to upload it to&amp;nbsp;Dropbox via the API. If you are attempting to upload a file larger than that, that could certainly cause an issue like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the specific error you're getting, exactly what it indicates will depend on what particular endpoint you're getting it from. For instance, a 'path/not_found' error from &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_self"&gt;/2/files/get_metadata&lt;/A&gt; indicates that the call failed because there wan't any file or folder found at the 'path' specified in the API call.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If something on the&amp;nbsp;Dropbox API doesn't seem to be working as expected, we can look into it for you, but we'd need some more information. In that case, please reply with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;the name and version number of the platform and SDK/library you are using, if any&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;the steps to reproduce the issue, including relevant code snippet(s), but don't include your access token&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;the full text of any error or unexpected output&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you need help using "Iperus", please reach out to the support organization for that tool for help. If the developers of this tool are having any trouble with the Dropbox API itself, they can reach out to &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;Dropbox developer support&lt;/A&gt; directly with the relevant technical details.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 20:44:20 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-10-14T20:44:20Z</dc:date>
    <item>
      <title>Error sending file via API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-sending-file-via-API/m-p/461501#M23677</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using the Iperus tool to send data to Dropbox.&lt;/P&gt;
&lt;P&gt;The data is 650gb in size. After a long time sending the data, I get the error below:&lt;BR /&gt;(SendFile # 1: Dropbox server reports the following error: 409 "Conflict" Error code: not_found Summary: not_found / ... Details:)&lt;/P&gt;
&lt;P&gt;Could you help me on this issue?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 05:17:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-sending-file-via-API/m-p/461501#M23677</guid>
      <dc:creator>fvieira</dc:creator>
      <dc:date>2020-10-15T05:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error sending file via API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-sending-file-via-API/m-p/461505#M23678</link>
      <description>&lt;P&gt;We can't offer support for third party tools themselves, such as "Iperus", but we're happy to help on the&amp;nbsp;Dropbox side of things.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, note that&amp;nbsp;&lt;A href="https://help.dropbox.com/installs-integrations/sync-uploads/upload-limitations" target="_self"&gt;Dropbox supports uploading files up to 350 GB in size via the API&lt;/A&gt;, which would be done via &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start" target="_self"&gt;upload sessions&lt;/A&gt;. If a single file is larger than 350 GB, you won't be able to upload it to&amp;nbsp;Dropbox via the API. If you are attempting to upload a file larger than that, that could certainly cause an issue like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the specific error you're getting, exactly what it indicates will depend on what particular endpoint you're getting it from. For instance, a 'path/not_found' error from &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_self"&gt;/2/files/get_metadata&lt;/A&gt; indicates that the call failed because there wan't any file or folder found at the 'path' specified in the API call.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If something on the&amp;nbsp;Dropbox API doesn't seem to be working as expected, we can look into it for you, but we'd need some more information. In that case, please reply with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;the name and version number of the platform and SDK/library you are using, if any&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;the steps to reproduce the issue, including relevant code snippet(s), but don't include your access token&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;the full text of any error or unexpected output&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you need help using "Iperus", please reach out to the support organization for that tool for help. If the developers of this tool are having any trouble with the Dropbox API itself, they can reach out to &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;Dropbox developer support&lt;/A&gt; directly with the relevant technical details.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 20:44:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-sending-file-via-API/m-p/461505#M23678</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-10-14T20:44:20Z</dc:date>
    </item>
  </channel>
</rss>

