<?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: dbx.filesListFolder and dbx.sharingGetSharedLinkMetadata no longer return file path in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-filesListFolder-and-dbx-sharingGetSharedLinkMetadata-no/m-p/719053#M31834</link>
    <description>&lt;P&gt;for anyone else who has a similar issue, I was able to fix it by extracting the root namespace and creating a new dbx object using that root namespace like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var dbx = new Dropbox({&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"refreshToken": refreshToken,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"clientId": appKey,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"clientSecret": appSecret&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;const rootNamespaceID = (await dbx.usersGetCurrentAccount()).&lt;/SPAN&gt;&lt;SPAN&gt;result.root_info.root_&lt;/SPAN&gt;&lt;SPAN&gt;namespace_id&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dbx = new Dropbox({&lt;/SPAN&gt;&lt;SPAN&gt;"refreshToken": refreshToken,&lt;/SPAN&gt;&lt;SPAN&gt;"clientId": appKey,&lt;/SPAN&gt;&lt;SPAN&gt;"clientSecret": appSecret,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"pathRoot": JSON.stringify({".tag": "root", "root": rootNamespaceID})&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2023 15:32:57 GMT</pubDate>
    <dc:creator>timrobinson33</dc:creator>
    <dc:date>2023-10-05T15:32:57Z</dc:date>
    <item>
      <title>dbx.filesListFolder and dbx.sharingGetSharedLinkMetadata no longer return file path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-filesListFolder-and-dbx-sharingGetSharedLinkMetadata-no/m-p/718577#M31824</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have built an application that integrates with Dropbox using the nodejs SDK. It has been working fine for the past few months but has just stopped working overnight&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason seems to be that the filesListFolder and sharingGetSharedLinkMetadata APIs no longer return the path_lower or path_display properties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see any change in the documentation, and my integration cannot work without the ability to retrieve the path from a shared link&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 07:18:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-filesListFolder-and-dbx-sharingGetSharedLinkMetadata-no/m-p/718577#M31824</guid>
      <dc:creator>timrobinson33</dc:creator>
      <dc:date>2023-10-04T07:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: dbx.filesListFolder and dbx.sharingGetSharedLinkMetadata no longer return file path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-filesListFolder-and-dbx-sharingGetSharedLinkMetadata-no/m-p/718724#M31828</link>
      <description>&lt;P&gt;If the path values are not set, that indicates that the requested item is not mounted in the root for that call. For example, a user may have unmounted a shared folder containing the item in their account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since this depends on the state of the account, if you need help with this, I suggest &lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;opening an API ticket privately&lt;/A&gt; with the details of the issue so we can take a look and advise.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 14:57:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-filesListFolder-and-dbx-sharingGetSharedLinkMetadata-no/m-p/718724#M31828</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-10-04T14:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: dbx.filesListFolder and dbx.sharingGetSharedLinkMetadata no longer return file path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-filesListFolder-and-dbx-sharingGetSharedLinkMetadata-no/m-p/718734#M31829</link>
      <description>&lt;P&gt;Thanks I have done that&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 15:26:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-filesListFolder-and-dbx-sharingGetSharedLinkMetadata-no/m-p/718734#M31829</guid>
      <dc:creator>timrobinson33</dc:creator>
      <dc:date>2023-10-04T15:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: dbx.filesListFolder and dbx.sharingGetSharedLinkMetadata no longer return file path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-filesListFolder-and-dbx-sharingGetSharedLinkMetadata-no/m-p/719053#M31834</link>
      <description>&lt;P&gt;for anyone else who has a similar issue, I was able to fix it by extracting the root namespace and creating a new dbx object using that root namespace like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var dbx = new Dropbox({&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"refreshToken": refreshToken,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"clientId": appKey,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"clientSecret": appSecret&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;const rootNamespaceID = (await dbx.usersGetCurrentAccount()).&lt;/SPAN&gt;&lt;SPAN&gt;result.root_info.root_&lt;/SPAN&gt;&lt;SPAN&gt;namespace_id&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dbx = new Dropbox({&lt;/SPAN&gt;&lt;SPAN&gt;"refreshToken": refreshToken,&lt;/SPAN&gt;&lt;SPAN&gt;"clientId": appKey,&lt;/SPAN&gt;&lt;SPAN&gt;"clientSecret": appSecret,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"pathRoot": JSON.stringify({".tag": "root", "root": rootNamespaceID})&lt;/SPAN&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 15:32:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dbx-filesListFolder-and-dbx-sharingGetSharedLinkMetadata-no/m-p/719053#M31834</guid>
      <dc:creator>timrobinson33</dc:creator>
      <dc:date>2023-10-05T15:32:57Z</dc:date>
    </item>
  </channel>
</rss>

