<?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: Rename file via web api in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Rename-file-via-web-api/m-p/451694#M1478</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1324680"&gt;@vineet&lt;/a&gt;&amp;nbsp;Здравко is correct, to rename a file via the API, you should use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-move" target="_self"&gt;/2/files/move_v2&lt;/A&gt;. To rename a file, you should include the full path and file name for the old path/name and new path/name in the 'from_path' and 'to_path' parameters, respectively. You don't need to change any parent path components though. For example, you could specify "/Documents/oldname.ext" and "/Documents/newname.ext" to rename a file in the "Documents" folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, that's a link to the documentation for the HTTPS endpoints themselves, but we recommend using one of &lt;A href="https://www.dropbox.com/developers/documentation" target="_self"&gt;the official SDKs&lt;/A&gt; if possible. Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2020 15:36:59 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-09-08T15:36:59Z</dc:date>
    <item>
      <title>Rename file via web api</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Rename-file-via-web-api/m-p/451392#M1472</link>
      <description>&lt;P&gt;Hello team ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I want to rename a file or folder via web API. I am not able to find sepecific api for renaming. please help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 21:01:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Rename-file-via-web-api/m-p/451392#M1472</guid>
      <dc:creator>vineet</dc:creator>
      <dc:date>2020-09-21T21:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rename file via web api</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Rename-file-via-web-api/m-p/451409#M1473</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1324680"&gt;@vineet&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;What are you doing when you rename something?&amp;nbsp;&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; Isn't the same like you're moving content from one file/folder to another file/folder (with different name) in a same directory? Take a look on: &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-move" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-move&lt;/A&gt; &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;</description>
      <pubDate>Mon, 07 Sep 2020 16:43:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Rename-file-via-web-api/m-p/451409#M1473</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2020-09-07T16:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rename file via web api</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Rename-file-via-web-api/m-p/451597#M1475</link>
      <description>&lt;P&gt;Thanks for the reply. No intent to move file or folder. I just want to rename a folder and document name via web api.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 09:24:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Rename-file-via-web-api/m-p/451597#M1475</guid>
      <dc:creator>vineet</dc:creator>
      <dc:date>2020-09-08T09:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rename file via web api</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Rename-file-via-web-api/m-p/451694#M1478</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1324680"&gt;@vineet&lt;/a&gt;&amp;nbsp;Здравко is correct, to rename a file via the API, you should use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-move" target="_self"&gt;/2/files/move_v2&lt;/A&gt;. To rename a file, you should include the full path and file name for the old path/name and new path/name in the 'from_path' and 'to_path' parameters, respectively. You don't need to change any parent path components though. For example, you could specify "/Documents/oldname.ext" and "/Documents/newname.ext" to rename a file in the "Documents" folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, that's a link to the documentation for the HTTPS endpoints themselves, but we recommend using one of &lt;A href="https://www.dropbox.com/developers/documentation" target="_self"&gt;the official SDKs&lt;/A&gt; if possible. Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 15:36:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Rename-file-via-web-api/m-p/451694#M1478</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-08T15:36:59Z</dc:date>
    </item>
  </channel>
</rss>

