<?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: Team folder permissions in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Team-folder-permissions/m-p/180977#M7432</link>
    <description>&lt;P&gt;Just to confirm. If I upload a file or create a folder under a "Team" folder you are no longer the owner of this file or folder?&lt;/P&gt;
&lt;P&gt;Is there a way to find out who created the folder/file through the api?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2016 13:58:01 GMT</pubDate>
    <dc:creator>Ashley B.15</dc:creator>
    <dc:date>2016-08-04T13:58:01Z</dc:date>
    <item>
      <title>Team folder permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Team-folder-permissions/m-p/180974#M7429</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a Team folder which has been created by the team admin. If a member of a team creates a folder under this team folder.&lt;/P&gt;
&lt;P&gt;Who is the owner of this folder?&lt;/P&gt;
&lt;P&gt;It appears if the user shares this folder they are no longer the owner.&lt;/P&gt;
&lt;P&gt;I guess the question is. If you create a folder in a team folder are you the owner?&lt;/P&gt;
&lt;P&gt;It appears when I do a request on&amp;nbsp;&lt;/P&gt;
&lt;PRE class="last literal-block documentation__curl-example"&gt;https://api.dropboxapi.com/2/sharing/list_folder_members&lt;/PRE&gt;
&lt;P&gt;they aren't the owner&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:31:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Team-folder-permissions/m-p/180974#M7429</guid>
      <dc:creator>Ashley B.15</dc:creator>
      <dc:date>2019-05-29T09:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Team folder permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Team-folder-permissions/m-p/180975#M7430</link>
      <description>&lt;P&gt;Is the same above for a file as well if you upload a file any where in team folder. You are no longer the owner?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 21:24:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Team-folder-permissions/m-p/180975#M7430</guid>
      <dc:creator>Ashley B.15</dc:creator>
      <dc:date>2016-08-03T21:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Team folder permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Team-folder-permissions/m-p/180976#M7431</link>
      <description>&lt;P&gt;Hi Ashley, can you share some code and output to show the issue you're running in to? I want to make sure I understand your question and&amp;nbsp;send along whatever feedback you have.&lt;/P&gt;
&lt;P&gt;Anyway, team folders and their contents are owned by the team itself, as opposed to individual members.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:33:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Team-folder-permissions/m-p/180976#M7431</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-04T03:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Team folder permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Team-folder-permissions/m-p/180977#M7432</link>
      <description>&lt;P&gt;Just to confirm. If I upload a file or create a folder under a "Team" folder you are no longer the owner of this file or folder?&lt;/P&gt;
&lt;P&gt;Is there a way to find out who created the folder/file through the api?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 13:58:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Team-folder-permissions/m-p/180977#M7432</guid>
      <dc:creator>Ashley B.15</dc:creator>
      <dc:date>2016-08-04T13:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Team folder permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Team-folder-permissions/m-p/180978#M7433</link>
      <description>&lt;P&gt;It sounds like the question here&amp;nbsp;may be similar&amp;nbsp;to your &lt;A href="https://www.dropboxforum.com/hc/en-us/community/posts/207673283-https-api-dropboxapi-com-2-sharing-list-folders-should-return-all-folders-user-can-access-" target="_blank" rel="nofollow noreferrer"&gt;other thread&lt;/A&gt;. If you upload a (normal, not shared) new file inside a team folder, it doesn't have an owner exactly. That is, it won't be individually listed in&amp;nbsp;/sharing/list_folders. It's just an item inside the team folder that any other editor can modify.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the FileMetadata returned by&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_blank" rel="nofollow noreferrer"&gt;/files/get_metadata&lt;/A&gt; or&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank" rel="nofollow noreferrer"&gt;/files/list_folder&lt;/A&gt; or&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_revisions" target="_blank" rel="nofollow noreferrer"&gt;/files/list_revisions&lt;/A&gt; to see who last modified the file though (i.e., in file.sharing_info.modified_by).&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 01:50:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Team-folder-permissions/m-p/180978#M7433</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-05T01:50:45Z</dc:date>
    </item>
  </channel>
</rss>

