<?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: Internal Server Error 500 when sharing folder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652310#M29785</link>
    <description>&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switch error {&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;case .internalServerError(let code, let message, let requestId):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;print("InternalServerError[\(requestId)]: \(code): \(message)")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it prints&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InternalServerError[nil]: 500: Optional("")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also checked: The sharedFolderID is correct.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 16:03:38 GMT</pubDate>
    <dc:creator>petepete717</dc:creator>
    <dc:date>2023-01-19T16:03:38Z</dc:date>
    <item>
      <title>Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652191#M29782</link>
      <description>&lt;P&gt;When running my code I can share a folder one or two times but then I receive the &lt;STRONG&gt;Internal Server Error 500&lt;/STRONG&gt; afterwards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Creating the shared folder works:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;client&lt;SPAN&gt;.&lt;/SPAN&gt;sharing&lt;SPAN&gt;.&lt;/SPAN&gt;shareFolder&lt;SPAN&gt;(&lt;/SPAN&gt;path&lt;SPAN&gt;: pathName).&lt;/SPAN&gt;response&lt;SPAN&gt; { launch, error &lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;switch&lt;/SPAN&gt; launch {&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;case&lt;/SPAN&gt; .&lt;SPAN&gt;complete&lt;/SPAN&gt;(&lt;SPAN&gt;let&lt;/SPAN&gt; launchData):&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;let id = launchData.sharedFolderID&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt; Code for adding shared member called from here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;shareFolder(id: id)&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;case&lt;/SPAN&gt; .&lt;SPAN&gt;asyncJobId&lt;/SPAN&gt;(&lt;SPAN&gt;let&lt;/SPAN&gt; jobID):&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Do my async things here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;case&lt;/SPAN&gt; .&lt;SPAN&gt;none&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;"None"&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;func shareFolder(id: String) {&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;let&lt;/SPAN&gt; member = &lt;SPAN&gt;Sharing&lt;/SPAN&gt;.&lt;SPAN&gt;AddMember&lt;/SPAN&gt;(member: .&lt;SPAN&gt;email&lt;/SPAN&gt;("my.test@email.com))&lt;/P&gt;&lt;P&gt;client&lt;SPAN&gt;.&lt;/SPAN&gt;sharing&lt;SPAN&gt;.&lt;/SPAN&gt;addFolderMember&lt;SPAN&gt;(&lt;/SPAN&gt;sharedFolderId&lt;SPAN&gt;: id,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;members&lt;/SPAN&gt;: [member],&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;quiet&lt;/SPAN&gt;: &lt;SPAN&gt;false&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;customMessage&lt;/SPAN&gt;: &lt;SPAN&gt;"Welcome to EZfile!"&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;.&lt;SPAN&gt;response&lt;/SPAN&gt; { _, error &lt;SPAN&gt;in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;switch&lt;/SPAN&gt; error {&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;case&lt;/SPAN&gt; .&lt;SPAN&gt;none&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;print("Success creating share")&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;case .some(let wrapped):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;print("Sharing folder error: \(#function)", wrapped)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The folder is created (I see it in Dropbox) but the share does not work in 80% of the times. Which indicates that I am creating the client correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing here?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 09:23:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652191#M29782</guid>
      <dc:creator>petepete717</dc:creator>
      <dc:date>2023-01-19T09:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652288#M29783</link>
      <description>&lt;P&gt;Thanks for the report. Can you share several request IDs (&lt;A href="https://github.com/dropbox/SwiftyDropbox/blob/baa13935205bc8529b919e8cefa876ecbd5a3ff9/README.md#route-specific-errors" target="_blank"&gt;see here&lt;/A&gt;) for some of these failures? That would help us check on it.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 15:07:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652288#M29783</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-01-19T15:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652310#M29785</link>
      <description>&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;switch error {&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;case .internalServerError(let code, let message, let requestId):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;print("InternalServerError[\(requestId)]: \(code): \(message)")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it prints&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InternalServerError[nil]: 500: Optional("")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also checked: The sharedFolderID is correct.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 16:03:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652310#M29785</guid>
      <dc:creator>petepete717</dc:creator>
      <dc:date>2023-01-19T16:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652324#M29786</link>
      <description>&lt;P&gt;Thanks for following up. Unfortunately it appears the request ID is not actually getting set there for some reason. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you confirm if you're performing these calls using an app owned by the Dropbox account you're using to post in the forum here? We can try to look up the failures that way instead.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 16:33:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652324#M29786</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-01-19T16:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652368#M29791</link>
      <description>Hi Greg&lt;BR /&gt;Yes I checked - it is from the same account as I am posting from here on the forum.&lt;BR /&gt;Thanks for looking into this. Without this functionality working 100% unfortunately I cannot publish my app.</description>
      <pubDate>Thu, 19 Jan 2023 18:18:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652368#M29791</guid>
      <dc:creator>petepete717</dc:creator>
      <dc:date>2023-01-19T18:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652369#M29792</link>
      <description>&lt;P&gt;Thanks for confirming! We'll look into it and I'll follow up here with any updates for you.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 18:18:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652369#M29792</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-01-19T18:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652370#M29793</link>
      <description>Thank you very much!</description>
      <pubDate>Thu, 19 Jan 2023 18:18:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652370#M29793</guid>
      <dc:creator>petepete717</dc:creator>
      <dc:date>2023-01-19T18:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652621#M29799</link>
      <description>&lt;P&gt;The team is looking into this, but they're asking if you can share a little more context on the failure rate you're seeing. Specifically, you mentioned it "does not work in 80% of the times", but can you offer some more details on that? For instance, are you &lt;EM&gt;always&lt;/EM&gt; seeing an 80% failure rate on these calls, or does it only fail at that rate sometimes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, are you running multiple addFolderMember calls at the same time? (Note that it runs asynchronously.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 13:23:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652621#M29799</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-01-20T13:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652661#M29801</link>
      <description>&lt;P&gt;What I have found is that when I log in the first time for the day it works a few times. Then only intermittently.&amp;nbsp;&lt;BR /&gt;Yesterday afternoon I could not get&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;addFolderMember&lt;/EM&gt; to work at all. Tried perhaps 10-20 times but no success.&amp;nbsp;&lt;BR /&gt;Interestingly enough, the folder &lt;STRONG&gt;always&lt;/STRONG&gt; gets created. Which would seem to prove that I am logged in and have set up the client correctly? Also I checked to ensure that the sharedFolderID gets passed into&amp;nbsp;&lt;EM&gt;addFolderMember&lt;/EM&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I only call &lt;EM&gt;addFolderMember&lt;/EM&gt; once.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One thing I did notice - it seems that my success rate is slightly higher if I pause the program after the folder is created but before&amp;nbsp;&lt;EM&gt;addFolderMember&lt;/EM&gt; is called. But it is far from 100%.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this helps. Please let me know if you need any more details.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 16:28:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652661#M29801</guid>
      <dc:creator>PeteFromCH</dc:creator>
      <dc:date>2023-01-20T16:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652662#M29802</link>
      <description>&lt;P&gt;What I have found is that when I log in the first time for the day it works a few times. Then only intermittently.&amp;nbsp;&lt;BR /&gt;Yesterday afternoon I could not get&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;addFolderMember&lt;/EM&gt; to work at all. Tried perhaps 10-20 times but no success.&amp;nbsp;&lt;BR /&gt;Interestingly enough, the folder &lt;STRONG&gt;always&lt;/STRONG&gt; gets created. Which would seem to prove that I am logged in and have set up the client correctly? Also I checked to ensure that the sharedFolderID gets passed into&amp;nbsp;&lt;EM&gt;addFolderMember&lt;/EM&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I only call &lt;EM&gt;addFolderMember&lt;/EM&gt; once.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One thing I did notice - it seems that my success rate is slightly higher if I pause the program after the folder is created but before&amp;nbsp;&lt;EM&gt;addFolderMember&lt;/EM&gt; is called. But it is far from 100%.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this helps. Please let me know if you need any more details. Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 16:27:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652662#M29802</guid>
      <dc:creator>petepete717</dc:creator>
      <dc:date>2023-01-20T16:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652705#M29803</link>
      <description>&lt;P&gt;Thanks for the additional information!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 18:30:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/652705#M29803</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-01-20T18:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/654645#M29839</link>
      <description>&lt;P&gt;Hi Greg&lt;/P&gt;&lt;P&gt;Do you have any further information? I am stuck and cannot get my app to work reliably with this issue still open.&amp;nbsp;&lt;BR /&gt;Thank you very much.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 16:27:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/654645#M29839</guid>
      <dc:creator>petepete717</dc:creator>
      <dc:date>2023-01-28T16:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Server Error 500 when sharing folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/654934#M29840</link>
      <description>&lt;P&gt;This is still open with engineering, but I don't have an update to report yet. I'll follow up here once I do.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 14:31:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-Server-Error-500-when-sharing-folder/m-p/654934#M29840</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-01-30T14:31:20Z</dc:date>
    </item>
  </channel>
</rss>

