<?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: Batching API not returning permissions for groups in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batching-API-not-returning-permissions-for-groups/m-p/725801#M32066</link>
    <description>&lt;P&gt;I can't offer more information or a guarantee beyond what's included in &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_file_members-batch" target="_blank"&gt;the documentation for the endpoint&lt;/A&gt;. Please refer to that for information on what information/behavior to rely on for the endpoint.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Oct 2023 15:33:37 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-10-31T15:33:37Z</dc:date>
    <item>
      <title>Batching API not returning permissions for groups</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batching-API-not-returning-permissions-for-groups/m-p/725381#M32043</link>
      <description>&lt;P&gt;I am trying to fetch the permissions of multiple files using batching, I have shared a file `abc.txt` to a group which was created &lt;SPAN&gt;automatically and includes invited members. But while running the API, response is not returning that group.&lt;BR /&gt;API endpoint:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://api.dropboxapi.com/2/sharing/list_file_members/batch" target="_blank" rel="noopener"&gt;https://api.dropboxapi.com/2/sharing/list_file_members/batch&lt;BR /&gt;Response:&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;{
        "file": "id:88aWjhZozYsAAAAAAAAAyA",
        "result": {
            ".tag": "result",
            "members": {
                "users": [],
                "groups": [],
                "invitees": []
            },
            "member_count": 0
        }
    },&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 09:18:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batching-API-not-returning-permissions-for-groups/m-p/725381#M32043</guid>
      <dc:creator>akanshikumari</dc:creator>
      <dc:date>2023-10-30T09:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Batching API not returning permissions for groups</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batching-API-not-returning-permissions-for-groups/m-p/725479#M32047</link>
      <description>&lt;P&gt;This is the expected behavior for /2/sharing/list_file_members/batch; groups are not returned by this endpoint. Refer to &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_file_members-batch" target="_blank"&gt;the /2/sharing/list_file_members/batch documentation&lt;/A&gt; for a note about this. To get group information, you'd need to use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_file_members-batch" target="_blank"&gt;/2/sharing/list_file_members&lt;/A&gt; instead.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 15:54:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batching-API-not-returning-permissions-for-groups/m-p/725479#M32047</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-10-30T15:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Batching API not returning permissions for groups</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batching-API-not-returning-permissions-for-groups/m-p/725668#M32061</link>
      <description>&lt;P&gt;I am getting the group if it's group management type is `&lt;SPAN&gt;user_managed` or `&lt;/SPAN&gt;&lt;SPAN&gt;company_managed`&amp;nbsp; but if type is `system_managed`, then&amp;nbsp; it's not getting returned in&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_file_members-batch" target="_blank" rel="noopener noreferrer"&gt;/2/sharing/list_file_members/batch&lt;/A&gt;&amp;nbsp;.&lt;BR /&gt;What's the case of getting the group and what's the case for not getting it in&amp;nbsp; batching API?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 07:48:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batching-API-not-returning-permissions-for-groups/m-p/725668#M32061</guid>
      <dc:creator>akanshikumari</dc:creator>
      <dc:date>2023-10-31T07:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Batching API not returning permissions for groups</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batching-API-not-returning-permissions-for-groups/m-p/725801#M32066</link>
      <description>&lt;P&gt;I can't offer more information or a guarantee beyond what's included in &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_file_members-batch" target="_blank"&gt;the documentation for the endpoint&lt;/A&gt;. Please refer to that for information on what information/behavior to rely on for the endpoint.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 15:33:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batching-API-not-returning-permissions-for-groups/m-p/725801#M32066</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-10-31T15:33:37Z</dc:date>
    </item>
  </channel>
</rss>

