<?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: C# API SDK ListFolderAsync doesn't work in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-API-SDK-ListFolderAsync-doesn-t-work/m-p/698592#M31206</link>
    <description>&lt;P&gt;This should be working again now. Please let us know if you're still seeing any issues. Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2023 16:27:08 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-07-13T16:27:08Z</dc:date>
    <item>
      <title>C# API SDK ListFolderAsync doesn't work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-API-SDK-ListFolderAsync-doesn-t-work/m-p/698529#M31200</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to list all files in a public folder which Url address I've been given, but I'm getting an error.&lt;/P&gt;&lt;P&gt;Here's my code, its pretty basic:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;string url = "&lt;A href="https://www.dropbox.com/sh/{ABCD}/{EFGH}?dl=0" target="_blank"&gt;https://www.dropbox.com/sh/{ABCD}/{EFGH}?dl=0&lt;/A&gt;";&lt;BR /&gt;using (var dbx = new DropboxClient("MY TOKEN"))&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;var sharedLink = new SharedLink(url);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;var folderContent = dbx.Files.ListFolderAsync(path: "", sharedLink: sharedLink).Result;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the error says:&lt;/P&gt;&lt;P&gt;AdditionalInfo: System.AggregateException: One or more errors occurred. ()&lt;BR /&gt;---&amp;gt; Dropbox.Api.RetryException&lt;BR /&gt;at Dropbox.Api.DropboxRequestHandler.RequestJsonString(String host, String routeName, String auth, RouteStyle routeStyle, String requestArg, Stream body)&lt;BR /&gt;at Dropbox.Api.DropboxRequestHandler.RequestJsonStringWithRetry(String host, String routeName, String auth, RouteStyle routeStyle, String requestArg, Stream body)&lt;BR /&gt;at Dropbox.Api.DropboxRequestHandler.Dropbox.Api.Stone.ITransport.SendRpcRequestAsync[TRequest,TResponse,TError](TRequest request, String host, String route, String auth, IEncoder`1 requestEncoder, IDecoder`1 resposneDecoder, IDecoder`1 errorDecoder); Request Id: 14f0484e05dc4439bba8d2506eaea6a0&lt;BR /&gt;--- End of inner exception stack trace ---&lt;BR /&gt;at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)&lt;BR /&gt;at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)&lt;BR /&gt;at System.Threading.Tasks.Task`1.get_Result()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried to send a HTTP request via Postman, but I just get 500 Internal Server Error. Is there something wrong with this endpoint and I just need to do it some other ways?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 14:21:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-API-SDK-ListFolderAsync-doesn-t-work/m-p/698529#M31200</guid>
      <dc:creator>Platfus</dc:creator>
      <dc:date>2023-07-13T14:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: C# API SDK ListFolderAsync doesn't work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-API-SDK-ListFolderAsync-doesn-t-work/m-p/698531#M31201</link>
      <description>&lt;P&gt;I just noticed this problem has been already reported &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@B0F70D28791EB05FA3EA0C3BDDF08EE3/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/error-500-when-trying-to-access-a-folder-with-a-shared-link/td-p/698494" target="_blank"&gt;https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/error-500-when-trying-to-access-a-folder-with-a-shared-link/td-p/698494&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 14:24:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-API-SDK-ListFolderAsync-doesn-t-work/m-p/698531#M31201</guid>
      <dc:creator>Platfus</dc:creator>
      <dc:date>2023-07-13T14:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: C# API SDK ListFolderAsync doesn't work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-API-SDK-ListFolderAsync-doesn-t-work/m-p/698535#M31202</link>
      <description>&lt;P&gt;Thanks, yes, we're aware of and are investigating this issue.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 14:29:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-API-SDK-ListFolderAsync-doesn-t-work/m-p/698535#M31202</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-13T14:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: C# API SDK ListFolderAsync doesn't work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-API-SDK-ListFolderAsync-doesn-t-work/m-p/698592#M31206</link>
      <description>&lt;P&gt;This should be working again now. Please let us know if you're still seeing any issues. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 16:27:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-API-SDK-ListFolderAsync-doesn-t-work/m-p/698592#M31206</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-13T16:27:08Z</dc:date>
    </item>
  </channel>
</rss>

