<?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: Is there any way to update a File using API's or Java SDK Methods? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/755036#M33059</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1810531"&gt;@kenzy&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I don't think so this is possible . It gives conflict error when I tried&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&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; &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1810531"&gt;@kenzy&lt;/a&gt;, Yes, by default it's so. If nothing set explicitly upload mode is 'add' - 'Do not overwrite an existing file' - as stated in documentation about this mode. Did you try overwrite or update mode? &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;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 13:52:27 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2024-03-05T13:52:27Z</dc:date>
    <item>
      <title>Is there any way to update a File using API's or Java SDK Methods?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/599607#M27849</link>
      <description>&lt;P&gt;Is there any way to update a File(doc, pdf, txt) uploaded from my local machine into Dropbox web app using API's or Java SDK Methods?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From Dropbox web app , we can update the doc file by choosing open in &lt;STRONG&gt;word for the web&lt;/STRONG&gt; option.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Can I perform the same action using Dropbox File API's or Dropbox Java SDK methods??&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do we have something like Files/Update API or Files().update() sdk method??&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 07:19:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/599607#M27849</guid>
      <dc:creator>Reshma</dc:creator>
      <dc:date>2022-05-26T07:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to update a File using API's or Java SDK Methods?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/599728#M27860</link>
      <description>&lt;P&gt;You can upload new versions of files using the upload functionality, such as &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.2.0/com/dropbox/core/v2/files/DbxUserFilesRequests.html#upload(java.lang.String)" target="_self"&gt;the upload method&lt;/A&gt;. You can find &lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/upload-file/src/main/java/com/dropbox/core/examples/upload_file/Main.java" target="_self"&gt;an example here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 16:05:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/599728#M27860</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-05-26T16:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to update a File using API's or Java SDK Methods?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/599878#M27866</link>
      <description>&lt;P&gt;Okay !! I'm aware of this upload functionality.. So we don't have any update api's or sdk methods for files right ? all we can do is upload another versions of files. Is my understanding correct ?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 07:56:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/599878#M27866</guid>
      <dc:creator>Reshma</dc:creator>
      <dc:date>2022-05-27T07:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to update a File using API's or Java SDK Methods?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/600035#M27873</link>
      <description>&lt;P&gt;I'm not sure I follow. Can you clarify what functionality specifically you're looking to implement? You can use the upload methods to overwrite existing files with new data, for instance.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 21:46:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/600035#M27873</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-05-27T21:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to update a File using API's or Java SDK Methods?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/754976#M33055</link>
      <description>Is there any update api to change the file content ? Did u find any answer ?</description>
      <pubDate>Tue, 05 Mar 2024 05:57:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/754976#M33055</guid>
      <dc:creator>kenzy</dc:creator>
      <dc:date>2024-03-05T05:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to update a File using API's or Java SDK Methods?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/754979#M33057</link>
      <description>I don't think so this is possible . It gives conflict error when I tried</description>
      <pubDate>Tue, 05 Mar 2024 05:58:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/754979#M33057</guid>
      <dc:creator>kenzy</dc:creator>
      <dc:date>2024-03-05T05:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to update a File using API's or Java SDK Methods?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/755036#M33059</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1810531"&gt;@kenzy&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I don't think so this is possible . It gives conflict error when I tried&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&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; &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1810531"&gt;@kenzy&lt;/a&gt;, Yes, by default it's so. If nothing set explicitly upload mode is 'add' - 'Do not overwrite an existing file' - as stated in documentation about this mode. Did you try overwrite or update mode? &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;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 13:52:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/755036#M33059</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-03-05T13:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to update a File using API's or Java SDK Methods?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/755056#M33060</link>
      <description>&lt;P&gt;[Cross-linking for reference: &lt;A href="https://stackoverflow.com/questions/78102817/is-there-a-way-to-update-dropbox-files-through-api" target="_blank"&gt;https://stackoverflow.com/questions/78102817/is-there-a-way-to-update-dropbox-files-through-api&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1810531"&gt;@kenzy&lt;/a&gt; As&amp;nbsp;Здравко said, you can control this behavior using the write mode. For instance, if you're using the Dropbox Java SDK like originally mentioned in this thread, check out &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.2.0/com/dropbox/core/v2/files/UploadBuilder.html" target="_blank"&gt;UploadBuilder&lt;/A&gt; for the options you can use.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 15:27:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Is-there-any-way-to-update-a-File-using-API-s-or-Java-SDK/m-p/755056#M33060</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-03-05T15:27:27Z</dc:date>
    </item>
  </channel>
</rss>

