<?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: Cance File Upload in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Cance-File-Upload/m-p/341135#M565</link>
    <description>&lt;P&gt;To upload a small file via the&amp;nbsp;Dropbox API, an app would use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_self"&gt;the&amp;nbsp;/2/files/upload endpoint&lt;/A&gt;. The upload is sent via an HTTPS connection to that endpoint, sending the file data in the request body. To cancel an upload, the app would suspend the HTTPS request while in progress. If the app is using an SDK or library, the SDK/library may abstract this away and offer the app a cancel method that would do this.&lt;/P&gt;
&lt;P&gt;For larger files, an app would use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start" target="_self"&gt;the /2/files/upload_session/* endpoints&lt;/A&gt;. For those, any ongoing request could be suspended; it would also be sufficient to just not perform the final step of "committing" the file using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish" target="_self"&gt;/2/files/upload_session/finish*&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Apr 2019 17:55:14 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-04-24T17:55:14Z</dc:date>
    <item>
      <title>Cance File Upload</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Cance-File-Upload/m-p/341132#M564</link>
      <description>&lt;P&gt;I wanted to know the concept behind the file-upload cancel. How the api call is being made to cancel the upload.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:04:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Cance-File-Upload/m-p/341132#M564</guid>
      <dc:creator>Jaiz</dc:creator>
      <dc:date>2019-05-29T09:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cance File Upload</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Cance-File-Upload/m-p/341135#M565</link>
      <description>&lt;P&gt;To upload a small file via the&amp;nbsp;Dropbox API, an app would use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_self"&gt;the&amp;nbsp;/2/files/upload endpoint&lt;/A&gt;. The upload is sent via an HTTPS connection to that endpoint, sending the file data in the request body. To cancel an upload, the app would suspend the HTTPS request while in progress. If the app is using an SDK or library, the SDK/library may abstract this away and offer the app a cancel method that would do this.&lt;/P&gt;
&lt;P&gt;For larger files, an app would use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start" target="_self"&gt;the /2/files/upload_session/* endpoints&lt;/A&gt;. For those, any ongoing request could be suspended; it would also be sufficient to just not perform the final step of "committing" the file using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish" target="_self"&gt;/2/files/upload_session/finish*&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 17:55:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Cance-File-Upload/m-p/341135#M565</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-24T17:55:14Z</dc:date>
    </item>
  </channel>
</rss>

