<?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: Why are the ids different? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-are-the-ids-different/m-p/241129#M13424</link>
    <description>It sounds like the link was created by a different user than the one you're making these API calls for. In that case, the id on the link will be different than the id of the folder in the user's account. (Technically, this is because the id for the folder in the user's account is for the location in their own account where the shared folder is mounted, not the shared folder.)&lt;BR /&gt;&lt;BR /&gt;Unfortunately I don't believe there's a good way to solve this using the link. Can you get the shared folder ID from the originating user in the first place instead?</description>
    <pubDate>Mon, 11 Sep 2017 19:33:09 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-09-11T19:33:09Z</dc:date>
    <item>
      <title>Why are the ids different?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-are-the-ids-different/m-p/241094#M13418</link>
      <description>&lt;P&gt;Im trying to use a shared folder link from a user to determine which folder they want us to upload a file into.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Why are the ids different for the same folders when I get folder metadata from the&amp;nbsp;GetSharedLinkMetadataAsync method and the id that i get from the&amp;nbsp;ListFolderAsync method?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sure its the same folder. Is there another api call that i can use to get the shared folder id (from the shared folder link) or at least the same id?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 564px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/1120i44B34D31C27138EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 706px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/1121i2A9BE42EFD4130BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:19:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-are-the-ids-different/m-p/241094#M13418</guid>
      <dc:creator>gilbertwulff</dc:creator>
      <dc:date>2019-05-29T09:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the ids different?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-are-the-ids-different/m-p/241129#M13424</link>
      <description>It sounds like the link was created by a different user than the one you're making these API calls for. In that case, the id on the link will be different than the id of the folder in the user's account. (Technically, this is because the id for the folder in the user's account is for the location in their own account where the shared folder is mounted, not the shared folder.)&lt;BR /&gt;&lt;BR /&gt;Unfortunately I don't believe there's a good way to solve this using the link. Can you get the shared folder ID from the originating user in the first place instead?</description>
      <pubDate>Mon, 11 Sep 2017 19:33:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-are-the-ids-different/m-p/241129#M13424</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-11T19:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the ids different?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-are-the-ids-different/m-p/241136#M13425</link>
      <description>&lt;P&gt;Thanks Greg. And no we wont be able to get the shared folder id from the originating user unless there is a way for us to grab that from the website?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason why we're doing this is so that we can link a particular folder that was shared to us to specific users. Any suggestion from you on how we can tackle this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right now i'm trying to use the id from the shared file metadata api and compare it to a list of folder ids i have in my dropbox account&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 19:58:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-are-the-ids-different/m-p/241136#M13425</guid>
      <dc:creator>gilbertwulff</dc:creator>
      <dc:date>2017-09-11T19:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the ids different?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-are-the-ids-different/m-p/241138#M13426</link>
      <description>&lt;P&gt;No, unfortunately you can't get the shared folder ID from a shared link for the folder using the API or from the website. Further, you can't actually guarantee that the user is giving you the correct link anyway, or that you were actually invited to the shared folder for the shared link they gave you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead, you might want to call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_mountable_folders" target="_self"&gt;/2/sharing/list_mountable_folders&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_mountable_folders-continue" target="_self"&gt;/continue&lt;/A&gt;] to list the shared folders that have been shared with you that you haven't mounted yet. (Or &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders" target="_self"&gt;/2/sharing/list_folders&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders-continue" target="_self"&gt;/continue&lt;/A&gt;] for those that you did mount.) You can also then call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members" target="_self"&gt;/2/sharing/list_folder_members&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members-continue" target="_self"&gt;/continue&lt;/A&gt;] to see what other users are members of them.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 20:21:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-are-the-ids-different/m-p/241138#M13426</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-11T20:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the ids different?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-are-the-ids-different/m-p/241142#M13427</link>
      <description>&lt;P&gt;Yeap im actually using the mount folder thing already but thank you for your help tho Greg&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 20:38:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-are-the-ids-different/m-p/241142#M13427</guid>
      <dc:creator>gilbertwulff</dc:creator>
      <dc:date>2017-09-11T20:38:36Z</dc:date>
    </item>
  </channel>
</rss>

