<?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: Get Shared link of all the team member using admin account in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360902#M737</link>
    <description>&lt;P&gt;That 500 error code indicates an internal server error. We'll have to look into that on our side. Can you print out a few of those&amp;nbsp;DropboxException objects as strings and share them? Those should each contain a request ID that would help us look this up on our side.&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 14:27:51 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-08-20T14:27:51Z</dc:date>
    <item>
      <title>Get Shared link of all the team member using admin account</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360067#M726</link>
      <description>&lt;P&gt;Hi, I am trying to access shared link of all the team member in a Dropbox using .Net SDK. I am able to access current user link. How can I get access to other member shared link. Please Help. Thanks, Sukanta&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 10:41:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360067#M726</guid>
      <dc:creator>sukantasaha24</dc:creator>
      <dc:date>2019-09-10T10:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shared link of all the team member using admin account</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360102#M727</link>
      <description>&lt;P&gt;If you want to access the accounts of any/all team members of the connected team(s), you'll need a&amp;nbsp;Dropbox Business API app with &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#access-types" target="_self"&gt;the "team member file access" permission&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;With that, you can use &lt;A href="https://www.dropbox.com/developers/documentation/http/teams#teams-member-file-access" target="_self"&gt;the "member file access" feature&lt;/A&gt; to access the account of any team member on the connected team. This is available in the .NET SDK in particular via&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxTeamClient_AsMember.htm" target="_self"&gt;DropboxTeamClient.AsMember&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you get the resulting&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxClient.htm" target="_self"&gt;DropboxClient&lt;/A&gt; for the team member, you can list their existing shared links using&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_ListSharedLinksAsync_1.htm" target="_self"&gt;ListSharedLinksAsync&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to list&amp;nbsp;the shared links for every member, you'll need to repeat the above for each member.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 16:06:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360102#M727</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-08-14T16:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shared link of all the team member using admin account</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360252#M728</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Awesome.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot &lt;STRONG&gt;Greg&lt;/STRONG&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes I am able to get all the team member shared link using&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_DropboxTeamClient_AsMember.htm" target="_self" rel="nofollow noopener noreferrer"&gt;DropboxTeamClient.AsMember&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 15:45:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360252#M728</guid>
      <dc:creator>sukantasaha24</dc:creator>
      <dc:date>2019-08-15T15:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shared link of all the team member using admin account</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360838#M732</link>
      <description>&lt;P&gt;Why I am getting bellow error for few member when trying to get shared links using Business API(&lt;STRONG&gt;not for all user&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;Code :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;var dropboxclient_Member= dropboxclient.AsMember(TeamMemberId);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;var listSharedLinksResult11 = await dropboxclient_Member.Sharing.ListSharedLinksAsync(); // getting error in this line&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error" style="width: 981px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/10591i681ED153D8AE2250/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error.png" alt="Error" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Error&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;StackTrace&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at Dropbox.Api.DropboxRequestHandler.&amp;lt;RequestJsonString&amp;gt;d__17.MoveNext()&lt;/P&gt;&lt;P&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at Dropbox.Api.DropboxRequestHandler.&amp;lt;RequestJsonStringWithRetry&amp;gt;d__15.MoveNext()&lt;/P&gt;&lt;P&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at Dropbox.Api.DropboxRequestHandler.&amp;lt;Dropbox-Api-Stone-ITransport-SendRpcRequestAsync&amp;gt;d__12`3.MoveNext()&lt;/P&gt;&lt;P&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at Dropbox_Inventory.Program.&amp;lt;ListSharedLinks&amp;gt;d__4.MoveNext() in D:\Sukanta\DropBox\Code\Dropbox_Inventory\Dropbox_Inventory\Program.cs:line 81&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Help.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 20 Aug 2019 07:57:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360838#M732</guid>
      <dc:creator>sukantasaha24</dc:creator>
      <dc:date>2019-08-20T07:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shared link of all the team member using admin account</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360844#M733</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;When I am trying to get shared links of team member using&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Dropbox Business API app with&amp;nbsp;the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#access-types" target="_self" rel="noopener noreferrer"&gt;"team member file access" permission"&amp;nbsp;&lt;/A&gt; , I am getting bellow error for some of the members. (not for all member)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error" style="width: 981px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/10593i56547F5F1C3836D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error.png" alt="Error" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Error&lt;/span&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;StackTrace&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at Dropbox.Api.DropboxRequestHandler.&amp;lt;RequestJsonString&amp;gt;d__17.MoveNext()&lt;/P&gt;&lt;P&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at Dropbox.Api.DropboxRequestHandler.&amp;lt;RequestJsonStringWithRetry&amp;gt;d__15.MoveNext()&lt;/P&gt;&lt;P&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at Dropbox.Api.DropboxRequestHandler.&amp;lt;Dropbox-Api-Stone-ITransport-SendRpcRequestAsync&amp;gt;d__12`3.MoveNext()&lt;/P&gt;&lt;P&gt;--- End of stack trace from previous location where exception was thrown ---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; at Dropbox_Inventory.Program.&amp;lt;ListSharedLinks&amp;gt;d__4.MoveNext() in D:\Sukanta\DropBox\Code\Dropbox_Inventory\Dropbox_Inventory\Program.cs:line 81&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;var DropboxClient_Member = dropboxClient.AsMember(TeamMemberId);&lt;/P&gt;&lt;P&gt;var listSharedLinksResult11 = await DropboxClient_Member.Sharing.ListSharedLinksAsync(); //getting error in this line&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sukanta Saha&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 08:57:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360844#M733</guid>
      <dc:creator>sukantasaha24</dc:creator>
      <dc:date>2019-08-20T08:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get Shared link of all the team member using admin account</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360902#M737</link>
      <description>&lt;P&gt;That 500 error code indicates an internal server error. We'll have to look into that on our side. Can you print out a few of those&amp;nbsp;DropboxException objects as strings and share them? Those should each contain a request ID that would help us look this up on our side.&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 14:27:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-Shared-link-of-all-the-team-member-using-admin-account/m-p/360902#M737</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-08-20T14:27:51Z</dc:date>
    </item>
  </channel>
</rss>

