<?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 Folder/file ownership: API https://api.dropboxapi.com/2/sharing/list_folder_members in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-file-ownership-API-https-api-dropboxapi-com-2-sharing/m-p/346694#M19972</link>
    <description>&lt;P&gt;In my case 'Diego' is the owner of the folder (and also the admin) while 'Roberto' has 'Can Edit' rights. Calling the sharing info API I get the following output:&lt;/P&gt;&lt;PRE&gt;{
    "users": [
        {
            "access_type": {
                ".tag": "editor"
            },
            "is_inherited": false,
            "user": {
                "account_id": "dbid:AAAl6V-VAYEz5PzvUmZhUu_KPL9m_li5___",
                "email": "XXX",
                "display_name": "Diego Xxx",
                "same_team": true,
                "team_member_id": "dbmid:AADwcKnvNdpOkOPN2uRqsp2lnbIVdf7x___"
            }
        },
        {
            "access_type": {
                ".tag": "editor"
            },
            "is_inherited": false,
            "user": {
                "account_id": "dbid:AABNuFJHhMtFuVgwzkhN39ikVy3FHinH___",
                "email": "xxx",
                "display_name": "Roberto Xxx",
                "same_team": true,
                "team_member_id": "dbmid:AADk5HtiURDzve7T-iGndBZE7v0tfQ94___"
            }
        }
    ],
    "groups": [],
    "invitees": []
}&lt;/PRE&gt;&lt;P&gt;So both users appear as 'editors' (which is true) but I cannot determine the owner.&lt;/P&gt;&lt;P&gt;Moreover: according to this &lt;A href="https://help.dropbox.com/files-folders/owner" target="_self"&gt;link&lt;/A&gt; it should be possible to transfer the ownership to someone else, but the menu item 'make owner' is not visible (I can only see 'can view' and 'can edit'). Does it depend on the fact that i'm on a trial version?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:06:14 GMT</pubDate>
    <dc:creator>diegopascotto</dc:creator>
    <dc:date>2019-05-29T09:06:14Z</dc:date>
    <item>
      <title>Folder/file ownership: API https://api.dropboxapi.com/2/sharing/list_folder_members</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-file-ownership-API-https-api-dropboxapi-com-2-sharing/m-p/346694#M19972</link>
      <description>&lt;P&gt;In my case 'Diego' is the owner of the folder (and also the admin) while 'Roberto' has 'Can Edit' rights. Calling the sharing info API I get the following output:&lt;/P&gt;&lt;PRE&gt;{
    "users": [
        {
            "access_type": {
                ".tag": "editor"
            },
            "is_inherited": false,
            "user": {
                "account_id": "dbid:AAAl6V-VAYEz5PzvUmZhUu_KPL9m_li5___",
                "email": "XXX",
                "display_name": "Diego Xxx",
                "same_team": true,
                "team_member_id": "dbmid:AADwcKnvNdpOkOPN2uRqsp2lnbIVdf7x___"
            }
        },
        {
            "access_type": {
                ".tag": "editor"
            },
            "is_inherited": false,
            "user": {
                "account_id": "dbid:AABNuFJHhMtFuVgwzkhN39ikVy3FHinH___",
                "email": "xxx",
                "display_name": "Roberto Xxx",
                "same_team": true,
                "team_member_id": "dbmid:AADk5HtiURDzve7T-iGndBZE7v0tfQ94___"
            }
        }
    ],
    "groups": [],
    "invitees": []
}&lt;/PRE&gt;&lt;P&gt;So both users appear as 'editors' (which is true) but I cannot determine the owner.&lt;/P&gt;&lt;P&gt;Moreover: according to this &lt;A href="https://help.dropbox.com/files-folders/owner" target="_self"&gt;link&lt;/A&gt; it should be possible to transfer the ownership to someone else, but the menu item 'make owner' is not visible (I can only see 'can view' and 'can edit'). Does it depend on the fact that i'm on a trial version?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:06:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-file-ownership-API-https-api-dropboxapi-com-2-sharing/m-p/346694#M19972</guid>
      <dc:creator>diegopascotto</dc:creator>
      <dc:date>2019-05-29T09:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Folder/file ownership: API https://api.dropboxapi.com/2/sharing/list_folder_members</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-file-ownership-API-https-api-dropboxapi-com-2-sharing/m-p/346768#M19979</link>
      <description>&lt;P&gt;Using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members" target="_self"&gt;/2/sharing/list_folder_members&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders-continue" target="_self"&gt;/continue&lt;/A&gt;] is the correct way to look up the owner of a shared folder. The member who owns the shared folder, if any, would be identified by the "access_type" value being "owner" (in place of "editor" in your sample).&lt;/P&gt;
&lt;P&gt;In your output, there isn't an owner listed though. This, along with the lack of the option on the web site, can be because the shared folder is in your "team space", meaning that it's owned by the team itself, as opposed to any specific member. So, team admins can manage this folder, but you can't&amp;nbsp;transfer ownership to specific individuals.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 17:36:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folder-file-ownership-API-https-api-dropboxapi-com-2-sharing/m-p/346768#M19979</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-05-28T17:36:35Z</dc:date>
    </item>
  </channel>
</rss>

