<?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 Extra note: &amp;nbsp; It would be an api like sharing/get_folder_... in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/246057#M13993</link>
    <description>&lt;P&gt;Extra note:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be an api like sharing/get_folder_metadata/{sharing folder id} but in my case i would need to use the "id" instea of "sharingfolderid" because "sharingfolderid" is not returned in the files/list_folder api&lt;/P&gt;</description>
    <pubDate>Mon, 09 Oct 2017 20:02:07 GMT</pubDate>
    <dc:creator>gilbertwulff</dc:creator>
    <dc:date>2017-10-09T20:02:07Z</dc:date>
    <item>
      <title>So what is the use of a folder id?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/246056#M13992</link>
      <description>&lt;P&gt;I've been looking at ways to determine if a folder still exist on a dropbox account. I've noticed that there is two different ids being returned. One being just "id" and the other being "sharedFolderId". I cant find an api where id is being used at the moment or can you point me to a api that is using it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to figure out the most effiecient way to grab a folder's info rather than just using path (alpha/get_metadata/{path})(user might have moved the folder path), therefore we were thinking of using the "id" returned and use it to look for the folder. Is there an api i can use to get a folder's metadata by using its id?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:18:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/246056#M13992</guid>
      <dc:creator>gilbertwulff</dc:creator>
      <dc:date>2019-05-29T09:18:28Z</dc:date>
    </item>
    <item>
      <title>Extra note:   It would be an api like sharing/get_folder_...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/246057#M13993</link>
      <description>&lt;P&gt;Extra note:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be an api like sharing/get_folder_metadata/{sharing folder id} but in my case i would need to use the "id" instea of "sharingfolderid" because "sharingfolderid" is not returned in the files/list_folder api&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 20:02:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/246057#M13993</guid>
      <dc:creator>gilbertwulff</dc:creator>
      <dc:date>2017-10-09T20:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: So what is the use of a folder id?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/246066#M13994</link>
      <description>&lt;P&gt;The 'id' can be used with various endpoints, in place of the file path. In&amp;nbsp;many cases, you can just pass in the 'id' string in the 'path' parameter. For example, you can pass the 'id' as the 'path' value when calling &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_self"&gt;/2/files/get_metadata&lt;/A&gt;. That's an easy way to check if a file or folder exists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_folder_metadata" target="_self"&gt;/2/sharing/get_folder_metadata&lt;/A&gt;&amp;nbsp;endpoint only operates on shared folders though, so it does require a shared folder ID, not just an 'id'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get the shared folder ID directly from the FolderMetadata object though, e.g., as returned by&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_self"&gt;/2/files/get_metadata&lt;/A&gt;&amp;nbsp;or &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;]. That's included as sharing_info.shared_folder_id&amp;nbsp;in&amp;nbsp;the FolderMetadata object.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 20:48:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/246066#M13994</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-09T20:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: So what is the use of a folder id?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/599722#M27858</link>
      <description>&lt;P&gt;I have just tried as you stated, pass the id in the path param. But unfortunately the request fails, with a message that the path has not been found?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this changed now and no longer supported?&lt;BR /&gt;Response sample:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;{"error_summary": "path/not_found/...", "error": {".tag": "path", "path": {".tag": "not_found"}}}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 15:46:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/599722#M27858</guid>
      <dc:creator>UserAccount</dc:creator>
      <dc:date>2022-05-26T15:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: So what is the use of a folder id?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/599731#M27862</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1544839"&gt;@UserAccount&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Are you sure you have tried with real folder id (as received from corresponding API call) and not some malformed path? &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;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 16:07:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/599731#M27862</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-05-26T16:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: So what is the use of a folder id?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/599740#M27863</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1544839"&gt;@UserAccount&lt;/a&gt; The API still supports these IDs. As Здравко mentioned, make sure you're using the correct value, e.g., as returned by the API itself. Also make sure you're calling using an access token that has access to the item, and that you're using the correct root, if applicable. etc. I recommend reading the &lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_self"&gt;File Access Guide&lt;/A&gt; and &lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_self"&gt;Team Files Guide&lt;/A&gt; for more information on interacting with files and folders via the API.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 17:06:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/So-what-is-the-use-of-a-folder-id/m-p/599740#M27863</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-05-26T17:06:22Z</dc:date>
    </item>
  </channel>
</rss>

