<?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 Dropbox API: find the the members of single shared file in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-find-the-the-members-of-single-shared-file/m-p/167786#M6106</link>
    <description>&lt;P&gt;My question is in regard to Dropbox file sharing API.&lt;/P&gt;
&lt;P&gt;Since June 2016 file can be shared with specific groups and users and external emails. Until now, specific sharing happened on the folder level.&lt;/P&gt;
&lt;P&gt;Is there any way to retrieve the file shared members from the API? I cannot find this answer in the documentation.&lt;/P&gt;
&lt;P&gt;Today, in my application, I am doing it for folders by calling&lt;A href="https://api.dropboxapi.com/2/sharing/list_folder_members" rel="nofollow noreferrer" target="_blank"&gt;https://api.dropboxapi.com/2/sharing/list_folder_members&lt;/A&gt;. From the response I extract the the groups and the shared members account ids. To get the information about the accounts (display name and email addresses) I am calling &lt;A href="https://api.dropboxapi.com/2/users/get_account_batch" rel="nofollow noreferrer" target="_blank"&gt;https://api.dropboxapi.com/2/users/get_account_batch&lt;/A&gt; with the ids.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:32:56 GMT</pubDate>
    <dc:creator>Michael K.133</dc:creator>
    <dc:date>2019-05-29T09:32:56Z</dc:date>
    <item>
      <title>Dropbox API: find the the members of single shared file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-find-the-the-members-of-single-shared-file/m-p/167786#M6106</link>
      <description>&lt;P&gt;My question is in regard to Dropbox file sharing API.&lt;/P&gt;
&lt;P&gt;Since June 2016 file can be shared with specific groups and users and external emails. Until now, specific sharing happened on the folder level.&lt;/P&gt;
&lt;P&gt;Is there any way to retrieve the file shared members from the API? I cannot find this answer in the documentation.&lt;/P&gt;
&lt;P&gt;Today, in my application, I am doing it for folders by calling&lt;A href="https://api.dropboxapi.com/2/sharing/list_folder_members" rel="nofollow noreferrer" target="_blank"&gt;https://api.dropboxapi.com/2/sharing/list_folder_members&lt;/A&gt;. From the response I extract the the groups and the shared members account ids. To get the information about the accounts (display name and email addresses) I am calling &lt;A href="https://api.dropboxapi.com/2/users/get_account_batch" rel="nofollow noreferrer" target="_blank"&gt;https://api.dropboxapi.com/2/users/get_account_batch&lt;/A&gt; with the ids.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:32:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-find-the-the-members-of-single-shared-file/m-p/167786#M6106</guid>
      <dc:creator>Michael K.133</dc:creator>
      <dc:date>2019-05-29T09:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API: find the the members of single shared file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-find-the-the-members-of-single-shared-file/m-p/167787#M6107</link>
      <description>&lt;P&gt;It's currently not possible to get the members of a single shared file, but I'll be sure to pass this along as a feature request.&lt;/P&gt;
&lt;P&gt;To your current solution: I don't think this will work. Single-shared-file members are not necessarily the same as&amp;nbsp;shared folder members. You can call /list_folder (to get the contents of a folder) or /get_metadata and pass in include_has_explicity_shared_members=true, and any&amp;nbsp;FileMetadata returned will tell you whether or not a file has explicit shared members in the has_explicit_shared_members field; however, it won't give you information about the actual users.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 07:31:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-find-the-the-members-of-single-shared-file/m-p/167787#M6107</guid>
      <dc:creator>Alexandra F.1</dc:creator>
      <dc:date>2016-06-08T07:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API: find the the members of single shared file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-find-the-the-members-of-single-shared-file/m-p/167788#M6108</link>
      <description>&lt;P&gt;This is now available via /list_file_members:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_file_members" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_file_members&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_file_members-continue" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_file_members-continue&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_file_members-batch" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_file_members-batch&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 04:07:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-find-the-the-members-of-single-shared-file/m-p/167788#M6108</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-06-14T04:07:14Z</dc:date>
    </item>
  </channel>
</rss>

