<?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: Folders in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291664#M17816</link>
    <description>&lt;P&gt;Thanks for that, apologies, I am a newby here, 1 more question, how do I get a folderID, can I quierie it based on folder name?&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2018 19:53:19 GMT</pubDate>
    <dc:creator>solsupp</dc:creator>
    <dc:date>2018-08-15T19:53:19Z</dc:date>
    <item>
      <title>Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291535#M17808</link>
      <description>&lt;P&gt;I am surrently using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Private Shared Sub FileUploadToDropbox(ByVal filePath As String, ByVal fileName As String, ByVal fileSource As String)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim dbx = New DropboxClient("&amp;lt;REDACTED&amp;gt;")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim fs = New FileStream(fileSource, FileMode.Open, FileAccess.Read)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim updated = dbx.Files.UploadAsync((filePath + ("/" + fileName)), WriteMode.Overwrite.Instance, body:=fs)&lt;/P&gt;
&lt;P&gt;End Sub&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To upload a folder and file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I then share this folder with a specific email addres, I wish to then notifiy that email address that a share has been created for them.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 03:20:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291535#M17808</guid>
      <dc:creator>solsupp</dc:creator>
      <dc:date>2020-06-06T03:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291580#M17811</link>
      <description>&lt;P&gt;To share a folder with a specific&amp;nbsp;Dropbox account using the .NET SDK, you should use &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_ShareFolderAsync_1.htm" target="_self"&gt;ShareFolder&lt;/A&gt; to share the folder (once per folder), and then&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_AddFolderMemberAsync_1.htm" target="_blank"&gt;AddFolderMember&lt;/A&gt;&amp;nbsp;to invite member(s) to the folder.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, I redacted it from your post, but for the sake of security, you should disable&amp;nbsp;the access token that you posted. You can do so by revoking access to the app entirely, if the access token is for your account, &lt;A href="https://www.dropbox.com/account/connected_apps" target="_self"&gt;here&lt;/A&gt;, or, you can disable just this access token using the API, e.g., using&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Auth_Routes_AuthUserRoutes_TokenRevokeAsync.htm" target="_blank"&gt;TokenRevoke&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 14:43:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291580#M17811</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-15T14:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291596#M17812</link>
      <description>&lt;P&gt;How do I add a member&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="parameter"&gt;members&lt;/SPAN&gt; &lt;SPAN class="keyword"&gt;As&lt;/SPAN&gt; &lt;SPAN class="identifier"&gt;IEnumerable&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;Of&lt;/SPAN&gt; &lt;SPAN class="identifier"&gt;AddMember&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 16:01:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291596#M17812</guid>
      <dc:creator>solsupp</dc:creator>
      <dc:date>2018-08-15T16:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291606#M17813</link>
      <description>&lt;P&gt;That would look something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;var members = new[] { new AddMember(new MemberSelector.Email("email@example.com")) };
await this.client.Sharing.AddFolderMemberAsync(sharedFolderId, members);&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Aug 2018 16:27:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291606#M17813</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-15T16:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291646#M17814</link>
      <description>&lt;P&gt;&amp;nbsp;Dim myMembers = New AddMember(New MemberSelector.Email("EMAILADDERESS"), Nothing)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbx.Sharing.AddFolderMemberAsync((filePath + ("/" + fileName)), &lt;STRONG&gt;myMembers&lt;/STRONG&gt;, False, "Docs UPloaded")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seem to get an error, not sure what to do here:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Error&amp;nbsp;BC30512&amp;nbsp;Option Strict On disallows implicit conversions from 'AddMember' to 'IEnumerable(Of AddMember)'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even casting to&amp;nbsp;&lt;SPAN&gt;'IEnumerable(Of AddMember)'&lt;/SPAN&gt; causes error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 18:23:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291646#M17814</guid>
      <dc:creator>solsupp</dc:creator>
      <dc:date>2018-08-15T18:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291658#M17815</link>
      <description>&lt;P&gt;The 'members' parameter does require a&amp;nbsp;IEnumerable&amp;lt;AddMember&amp;gt;, but it appears you're only&amp;nbsp;supplying&amp;nbsp;a AddMember, not in an&amp;nbsp;IEnumerable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not a Visual Basic expert, but I believe you can build it like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Dim myMembers() as AddMember = {New AddMember(New MemberSelector.Email(emailAddress), Nothing)}
&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Aug 2018 19:25:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291658#M17815</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-15T19:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291664#M17816</link>
      <description>&lt;P&gt;Thanks for that, apologies, I am a newby here, 1 more question, how do I get a folderID, can I quierie it based on folder name?&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 19:53:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291664#M17816</guid>
      <dc:creator>solsupp</dc:creator>
      <dc:date>2018-08-15T19:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291668#M17817</link>
      <description>&lt;P&gt;You can get the shared folder ID from&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/P_Dropbox_Api_Sharing_SharedFolderMetadata_SharedFolderId.htm" target="_blank"&gt;SharedFolderMetadata.SharedFolderId&lt;/A&gt;&amp;nbsp;(e.g., from a completed &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_ShareFolderAsync_1.htm" target="_blank"&gt;ShareFolder&lt;/A&gt; job, or elsewhere, such as from&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_ListFoldersAsync_1.htm" target="_blank"&gt;ListFolders&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_ListFoldersContinueAsync_1.htm" target="_blank"&gt;ListFoldersContinue&lt;/A&gt;) or from&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/P_Dropbox_Api_Files_FolderSharingInfo_SharedFolderId.htm" target="_blank"&gt;FolderSharingInfo.SharedFolderId&lt;/A&gt;&amp;nbsp;in&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/P_Dropbox_Api_Files_FolderMetadata_SharingInfo.htm" target="_blank"&gt;FolderMetadata.SharingInfo&lt;/A&gt;&amp;nbsp;(e.g., from&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderAsync_1.htm" target="_blank"&gt;ListFolder&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderContinueAsync_1.htm" target="_blank"&gt;ListFolderContinue&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetMetadataAsync_1.htm" target="_blank"&gt;GetMetadata&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 20:09:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291668#M17817</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-15T20:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291675#M17818</link>
      <description>&lt;P&gt;Are there any examples in the API, have googled this, but not sure how to apply this to code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just want FolderID b&lt;SPAN&gt;ased on folder name if possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;   Dim link = dbx.Sharing.GetFolderMetadataAsync((filePath + ("/" + fileName)))
        Dim myMembers() As AddMember = {New AddMember(New MemberSelector.Email("EMAILADDRESS"), Nothing)}
        dbx.Sharing.AddFolderMemberAsync(link.Id.ToString, myMembers, False, "Docs Uploaded")&lt;/PRE&gt;&lt;P&gt;Get error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System.ArgumentOutOfRangeException: Value should match pattern '\A(?:[-_0-9a-zA-Z:]+)\z'&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 21:10:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291675#M17818</guid>
      <dc:creator>solsupp</dc:creator>
      <dc:date>2018-08-15T21:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291884#M17821</link>
      <description>&lt;P&gt;In this code, you're just using 'Id'. You need the 'SharedFolderId'. In your code, that&amp;nbsp;should be something like:&lt;/P&gt;
&lt;PRE&gt;link.SharingInfo.SharedFolderId&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Aug 2018 16:46:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/291884#M17821</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-16T16:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/292064#M17826</link>
      <description>&lt;P&gt;&lt;SPAN&gt;link.SharingInfo.SharedFolderId&lt;/SPAN&gt; not available in LINK, only have link.id available&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;&amp;nbsp;Dim link = dbx.Files.ListFolderAsync(filePath + ("/" + fileName)) &lt;FONT color="#000000"&gt;- Is this correct&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am worndering if I am going about this the wrong way, &lt;SPAN&gt;What if I have no sharing on a folder?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to share the above folder, if its not shared, will sharedfolderID be null.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 09:31:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/292064#M17826</guid>
      <dc:creator>solsupp</dc:creator>
      <dc:date>2018-08-17T09:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/292070#M17827</link>
      <description>&lt;P&gt;Have also tried:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Dim slm = dbx.Files.GetMetadataAsync((filePath))
                    MsgBox(slm.Result.ParentSharedFolderId)
&lt;/PRE&gt;
&lt;P&gt;Returns nothing&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 11:11:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/292070#M17827</guid>
      <dc:creator>solsupp</dc:creator>
      <dc:date>2018-08-17T11:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/292145#M17829</link>
      <description>&lt;P&gt;Apologies, I believe I misread your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;SharedFolderId field is only available on folders that are shared. I see that you were actually calling GetMetadata (as far as I can tell, from the variable names you're using), so that won't be available. You should call that on the folder itself to get that instead. I.e., to get a &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Files_FolderMetadata.htm" target="_blank"&gt;FolderMetadata&lt;/A&gt; object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you call&amp;nbsp;GetMetadata for a file, you will get a &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Files_FileMetadata.htm" target="_blank"&gt;FileMetadata&lt;/A&gt; object. If the file is in a shared folder, you can get the parent shared folder ID, i.e., the shared folder ID for the shared folder the file is contained in, from&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/P_Dropbox_Api_Files_FileSharingInfo_ParentSharedFolderId.htm" target="_blank"&gt;FileSharingInfo.ParentSharedFolderId&lt;/A&gt; in&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/P_Dropbox_Api_Files_FileMetadata_SharingInfo.htm" target="_blank"&gt;FileMetadata.SharingInfo&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And that's correct, if the folder is not yet shared, it won't have a shared folder ID. You should call&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingUserRoutes_ShareFolderAsync_1.htm" target="_blank"&gt;ShareFolder&lt;/A&gt; as discussed earlier to share a folder.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 13:33:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/292145#M17829</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-17T13:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/292158#M17830</link>
      <description>&lt;P&gt;Still not sure what to do here, I have searched the forum, googled it, but cant find any examples of useage anywhere?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have an example of sharing a folder - Event if its in c#, I can convert it.&amp;nbsp; The function exmaple seems to do nothing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;    Public Function ShareFolderAsync(
    path As String,
    Optional aclUpdatePolicy As AclUpdatePolicy = Nothing,
    Optional forceAsync As Boolean = False,
    Optional memberPolicy As MemberPolicy = Nothing,
    Optional sharedLinkPolicy As SharedLinkPolicy = Nothing,
    Optional viewerInfoPolicy As ViewerInfoPolicy = Nothing,
    Optional actions As IEnumerable(Of FolderAction) = Nothing,
    Optional linkSettings As LinkSettings = Nothing
) As Task(Of ShareFolderLaunch)

    End Function&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp; ShareFolderAsync(filePath, Nothing, True, Nothing, Nothing, Nothing, Nothing, Nothing) - Folder doesn't get shared.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 14:14:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/292158#M17830</guid>
      <dc:creator>solsupp</dc:creator>
      <dc:date>2018-08-17T14:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/292166#M17831</link>
      <description>&lt;P&gt;got it with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;dbx.Sharing.ShareFolderAsync(filePath)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all working now&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 14:37:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Folders/m-p/292166#M17831</guid>
      <dc:creator>solsupp</dc:creator>
      <dc:date>2018-08-17T14:37:58Z</dc:date>
    </item>
  </channel>
</rss>

