<?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: Shared folder between two premium account in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/624548#M28883</link>
    <description>&lt;P&gt;On the main account, used to share documents, we can see that the folder is shared with the user &lt;A href="mailto:xxx@yyy.fr" target="_blank"&gt;xxx@yyy.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="infra_0-1663924583538.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/31876iF0F0A4CC01707B9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="infra_0-1663924583538.png" alt="infra_0-1663924583538.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, the user xxx@yyy.com does not see the folder in his space.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Sep 2022 09:16:59 GMT</pubDate>
    <dc:creator>infra</dc:creator>
    <dc:date>2022-09-23T09:16:59Z</dc:date>
    <item>
      <title>Shared folder between two premium account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/623447#M28790</link>
      <description>&lt;P&gt;I'm using java SDK 4.0.1 and the sharing function doesn't work correctly with a premium account dropbox.&lt;BR /&gt;From the original account, my folder is correctly shared with the user, but he can't see the folder.&lt;BR /&gt;If i use a free account there is no problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 15:40:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/623447#M28790</guid>
      <dc:creator>infra</dc:creator>
      <dc:date>2022-09-19T15:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Shared folder between two premium account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/623470#M28792</link>
      <description>&lt;P&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt;I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt;the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt;the full text of any error or unexpected output, a screenshot of the unexpected result/behavior, etc.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN class="mwjuzq-2 eecHOY"&gt;Feel free to &lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;open an API ticket&lt;/A&gt; if you'd prefer to share privately.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 17:03:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/623470#M28792</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-19T17:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Shared folder between two premium account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/623642#M28805</link>
      <description>&lt;P&gt;To reproduce :&lt;BR /&gt;Have two "standard" paying accounts&lt;BR /&gt;Use the java 4.0.1 SDK&lt;BR /&gt;Now just use the 'AddMember' method and pass the email of the dropbox premium account you want to add to the folder.&lt;/P&gt;&lt;P&gt;On dropbox the folder is marked as being shared with this premium account but the user has no access to it.&lt;/P&gt;&lt;P&gt;The same operation works between a paid account and a free account but not between a paid account and a paid account&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example code for sharing :&lt;/P&gt;&lt;LI-CODE lang="java"&gt;public void shareFolder(UserEntity user, String folderApiId, List&amp;lt;String&amp;gt; emails) throws DbxException {
        DbxClientV2 client = getUserDropboxAccess(user);

        SharedFolderMetadata folderMetadata = getSharedFolderMetadata(client, folderApiId);

        List&amp;lt;AddMember&amp;gt; members = emails.stream().map(email -&amp;gt; new AddMember(MemberSelector.email(email), AccessLevel.EDITOR)).collect(Collectors.toList());

        client.sharing().addFolderMemberBuilder(folderMetadata.getSharedFolderId(), members).withQuiet(true).start();
    }&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Sep 2022 08:22:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/623642#M28805</guid>
      <dc:creator>infra</dc:creator>
      <dc:date>2022-09-20T08:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Shared folder between two premium account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/623767#M28822</link>
      <description>&lt;P&gt;Thanks for following up. To clarify though, can you show me what you're seeing exactly when you say "but the user has no access to it"? I'll need to make sure I understand exactly what result you're seeing and where to make sure I can reproduce the same thing and investigate this.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 15:51:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/623767#M28822</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-20T15:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Shared folder between two premium account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/624548#M28883</link>
      <description>&lt;P&gt;On the main account, used to share documents, we can see that the folder is shared with the user &lt;A href="mailto:xxx@yyy.fr" target="_blank"&gt;xxx@yyy.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="infra_0-1663924583538.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/31876iF0F0A4CC01707B9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="infra_0-1663924583538.png" alt="infra_0-1663924583538.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, the user xxx@yyy.com does not see the folder in his space.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 09:16:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/624548#M28883</guid>
      <dc:creator>infra</dc:creator>
      <dc:date>2022-09-23T09:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Shared folder between two premium account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/624587#M28884</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1575238"&gt;@infra&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;In spite the user &lt;A href="mailto:xxx@yyy.com" target="_blank"&gt;xxx@yyy.com&lt;/A&gt; can't see the folder in his space, can the same user find it out in his shared folder list &lt;A href="https://www.dropbox.com/share/folders" target="_blank" rel="noopener"&gt;here&lt;/A&gt;? Check this out. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 12:01:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/624587#M28884</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-09-23T12:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Shared folder between two premium account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/624589#M28885</link>
      <description>&lt;P&gt;No sorry, the folder is not visible in the "share" section of the account xxx@yyy.com&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 12:05:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/624589#M28885</guid>
      <dc:creator>infra</dc:creator>
      <dc:date>2022-09-23T12:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Shared folder between two premium account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/624600#M28886</link>
      <description>&lt;P&gt;In such case, the only reason can be you have set different email in 'emails' parameter that the one you're exploring. You may have added or remuved some letter/digit or incorectly set some symbols (digit zero and letter O looks pretty similar on some fonts for instance). &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; Make sure there are missing such mistakes (it's possible file/folder to be shared even to non existing account without error).&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 12:33:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Shared-folder-between-two-premium-account/m-p/624600#M28886</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-09-23T12:33:29Z</dc:date>
    </item>
  </channel>
</rss>

