<?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 /copy_reference/save returns [409] no_write_permission in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/copy-reference-save-returns-409-no-write-permission/m-p/739341#M32646</link>
    <description>&lt;P&gt;Im using account with space team configuration and trying to move file from team folder to home folder and get that response:&amp;nbsp;&lt;/P&gt;&lt;P&gt;[409] {'.tag': 'path', 'path': {'.tag': 'no_write_permission'}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im sending the request with that headers:&lt;BR /&gt;'Authorization': '&amp;lt;some token&amp;gt;', 'Dropbox-Api-Path-Root': '{".tag": "root", "root": "&amp;lt;root number&amp;gt;"}', 'Content-Type': 'application/json', 'Dropbox-API-Select-User': 'dbmid:AADj5RHxqhbhUvP8RdOCCz0G-z1qoA'}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the user is admin.&lt;/P&gt;&lt;P&gt;My app have all team permission&lt;/P&gt;&lt;P&gt;I need to continue use user endpoints and not business endpoint, is there is a way to overcome this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also in what way i can identify if account is using team space configuration using user endpoints?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And do we have option to set the path to be root for all my requests without each time passing the root number? - for it im sending another request for get_current_account and its little tedious.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks alot &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Dec 2023 07:51:42 GMT</pubDate>
    <dc:creator>sarshavs</dc:creator>
    <dc:date>2023-12-27T07:51:42Z</dc:date>
    <item>
      <title>/copy_reference/save returns [409] no_write_permission</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/copy-reference-save-returns-409-no-write-permission/m-p/739341#M32646</link>
      <description>&lt;P&gt;Im using account with space team configuration and trying to move file from team folder to home folder and get that response:&amp;nbsp;&lt;/P&gt;&lt;P&gt;[409] {'.tag': 'path', 'path': {'.tag': 'no_write_permission'}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im sending the request with that headers:&lt;BR /&gt;'Authorization': '&amp;lt;some token&amp;gt;', 'Dropbox-Api-Path-Root': '{".tag": "root", "root": "&amp;lt;root number&amp;gt;"}', 'Content-Type': 'application/json', 'Dropbox-API-Select-User': 'dbmid:AADj5RHxqhbhUvP8RdOCCz0G-z1qoA'}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the user is admin.&lt;/P&gt;&lt;P&gt;My app have all team permission&lt;/P&gt;&lt;P&gt;I need to continue use user endpoints and not business endpoint, is there is a way to overcome this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also in what way i can identify if account is using team space configuration using user endpoints?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And do we have option to set the path to be root for all my requests without each time passing the root number? - for it im sending another request for get_current_account and its little tedious.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks alot &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 07:51:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/copy-reference-save-returns-409-no-write-permission/m-p/739341#M32646</guid>
      <dc:creator>sarshavs</dc:creator>
      <dc:date>2023-12-27T07:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: /copy_reference/save returns [409] no_write_permission</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/copy-reference-save-returns-409-no-write-permission/m-p/739376#M32649</link>
      <description>&lt;P&gt;Regarding the 'no_write_permission' error, I suggest &lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;opening an API ticket&lt;/A&gt; with the full details of the API call you're making so we can look into that more specifically for you. Please redact just the access token.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#users-features-get_values" target="_blank"&gt;the /2/users/features/get_values user endpoint&lt;/A&gt; to check which features a particular account currently has. Please refer to &lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_blank"&gt;the Team Files Guide&lt;/A&gt; and &lt;A href="https://dropbox.tech/developers/api-updates-to-better-support-team-spaces" target="_blank"&gt;this blog post&lt;/A&gt; for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And no, it's not possible to configure a different default root, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 13:31:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/copy-reference-save-returns-409-no-write-permission/m-p/739376#M32649</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-12-27T13:31:14Z</dc:date>
    </item>
  </channel>
</rss>

