<?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: Can't add editors to files using the API or API Explorer in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-add-editors-to-files-using-the-API-or-API-Explorer/m-p/596903#M27738</link>
    <description>&lt;P&gt;No, unfortunately I don't currently have a mechanism or documentation to offer for that; this is open with the team, but I don't have a timeline on if/when this would be done.&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 14:20:28 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-05-13T14:20:28Z</dc:date>
    <item>
      <title>Can't add editors to files using the API or API Explorer</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-add-editors-to-files-using-the-API-or-API-Explorer/m-p/596733#M27725</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I discovered today that I'm unable to add editors to files in my DropBox account using the HTTP API and DropBox API explorer.&lt;/P&gt;&lt;P&gt;I receive a HTTP 409 response stating that I don't have the required permissions to perform the operation. However, I can add viewers no problem, so I'm wondering is it an account issue or an API issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 17:25:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-add-editors-to-files-using-the-API-or-API-Explorer/m-p/596733#M27725</guid>
      <dc:creator>ericchubb</dc:creator>
      <dc:date>2022-05-12T17:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't add editors to files using the API or API Explorer</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-add-editors-to-files-using-the-API-or-API-Explorer/m-p/596752#M27727</link>
      <description>&lt;P&gt;Apologies for the confusion. The file sharing functionality offered by &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_file_member" target="_self"&gt;/2/sharing/add_file_member&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-update_file_member" target="_self"&gt;/2/sharing/update_file_member&lt;/A&gt; does not support AccessLevel.editor for all file types.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to add editors to a file, you can instead put the file in a folder and share the folder via &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder" target="_self"&gt;/2/sharing/share_folder&lt;/A&gt;, &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_folder_member" target="_self"&gt;/2/sharing/add_folder_member&lt;/A&gt;, and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-update_folder_member" target="_self"&gt;/2/sharing/update_folder_member&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll ask the team to clarify this in the documentation.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 19:20:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-add-editors-to-files-using-the-API-or-API-Explorer/m-p/596752#M27727</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-05-12T19:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can't add editors to files using the API or API Explorer</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-add-editors-to-files-using-the-API-or-API-Explorer/m-p/596832#M27731</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. Is it possible to know which file types may be shared without needing to place them in a folder beforehand?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 09:04:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-add-editors-to-files-using-the-API-or-API-Explorer/m-p/596832#M27731</guid>
      <dc:creator>ericchubb</dc:creator>
      <dc:date>2022-05-13T09:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can't add editors to files using the API or API Explorer</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-add-editors-to-files-using-the-API-or-API-Explorer/m-p/596903#M27738</link>
      <description>&lt;P&gt;No, unfortunately I don't currently have a mechanism or documentation to offer for that; this is open with the team, but I don't have a timeline on if/when this would be done.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 14:20:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-t-add-editors-to-files-using-the-API-or-API-Explorer/m-p/596903#M27738</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-05-13T14:20:28Z</dc:date>
    </item>
  </channel>
</rss>

