<?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: Uploading different size files. in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-different-size-files/m-p/760935#M33227</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1818679"&gt;@abdallah&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... but how can I specify the `"path": "/Homework/math/Matrices.txt"` as in the `finish` &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish" target="_self"&gt;docs&lt;/A&gt;?&lt;BR /&gt;&lt;BR /&gt;Am I getting something wrong here?&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/1818679"&gt;@abdallah&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Honestly, I cannot understand what are you asking for actually. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; You ask for something that you have already explained in your question. Yes, the path is just one of the parameters you can (and must - it's something mandatory, not optional, like another parameters) specify when calling &lt;A title="Finish an upload session and save the uploaded data to the given file path" href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish" target="_blank" rel="noopener"&gt;/2/files/upload_session/finish&lt;/A&gt; end point. 🙋 You may set it to real Dropbox path (as the name suggests) or using id or mixture of the previous two (with possible participation of namespace) - the choice is yours. Just keep in mind you may need to set the mode too (despite optional) if you have to overwrite already existing file (with the default mode value it's impossible - will result in conflicted copy or error). That's it.&lt;/P&gt;&lt;P&gt;Since you have multiple files, it's a good idea not to finish them one by one, but once all they are ready (fully uploaded and closed) to finish them in batch - &lt;A title="This route helps you commit many files at once into a user's Dropbox" href="http:/2/files/upload_session/finish_batch_v2" target="_blank" rel="noopener"&gt;/2/files/upload_session/finish_batch_v2&lt;/A&gt; - faster and safer. &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; The same parameter set, organized in array - entries (one entry for each file to finish).&lt;/P&gt;&lt;P&gt;Hope this sheds a bit of clarity.&lt;/P&gt;</description>
    <pubDate>Sun, 31 Mar 2024 15:17:04 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2024-03-31T15:17:04Z</dc:date>
    <item>
      <title>Uploading different size files.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-different-size-files/m-p/760931#M33226</link>
      <description>&lt;P&gt;I'm trying to upload files with different sizes, some are &amp;lt;150MB and some are &amp;gt;150MB ... that's why I upload files in 140MB chunks using the `/upload_session/start`, `append`, and `finish`... as specified in the `start` &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start" target="_self"&gt;docs&lt;/A&gt; I can use `"close": true` if I want to close the session, and that's what I do to close the session if the files are&amp;nbsp; &amp;lt;140MB. but how can I specify the `"path": "/Homework/math/Matrices.txt"` as in the `finish` &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish" target="_self"&gt;docs&lt;/A&gt;?&lt;BR /&gt;&lt;BR /&gt;Am I getting something wrong here?&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2024 14:22:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-different-size-files/m-p/760931#M33226</guid>
      <dc:creator>abdallah</dc:creator>
      <dc:date>2024-03-31T14:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading different size files.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-different-size-files/m-p/760935#M33227</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1818679"&gt;@abdallah&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... but how can I specify the `"path": "/Homework/math/Matrices.txt"` as in the `finish` &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish" target="_self"&gt;docs&lt;/A&gt;?&lt;BR /&gt;&lt;BR /&gt;Am I getting something wrong here?&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/1818679"&gt;@abdallah&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Honestly, I cannot understand what are you asking for actually. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; You ask for something that you have already explained in your question. Yes, the path is just one of the parameters you can (and must - it's something mandatory, not optional, like another parameters) specify when calling &lt;A title="Finish an upload session and save the uploaded data to the given file path" href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish" target="_blank" rel="noopener"&gt;/2/files/upload_session/finish&lt;/A&gt; end point. 🙋 You may set it to real Dropbox path (as the name suggests) or using id or mixture of the previous two (with possible participation of namespace) - the choice is yours. Just keep in mind you may need to set the mode too (despite optional) if you have to overwrite already existing file (with the default mode value it's impossible - will result in conflicted copy or error). That's it.&lt;/P&gt;&lt;P&gt;Since you have multiple files, it's a good idea not to finish them one by one, but once all they are ready (fully uploaded and closed) to finish them in batch - &lt;A title="This route helps you commit many files at once into a user's Dropbox" href="http:/2/files/upload_session/finish_batch_v2" target="_blank" rel="noopener"&gt;/2/files/upload_session/finish_batch_v2&lt;/A&gt; - faster and safer. &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; The same parameter set, organized in array - entries (one entry for each file to finish).&lt;/P&gt;&lt;P&gt;Hope this sheds a bit of clarity.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2024 15:17:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-different-size-files/m-p/760935#M33227</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-03-31T15:17:04Z</dc:date>
    </item>
  </channel>
</rss>

