<?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: Simple file name retrieving using javascript in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633675#M29242</link>
    <description>&lt;P&gt;This latest message is what I was referring to. It indicates that the call failed because your app does not have the necessary scope for that endpoint. You can enable the scope on the app's page on &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;the App Console&lt;/A&gt; as described. Note that you'd need to then get a new access token as that change does not retroactively affect existing access tokens.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2022 17:31:52 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-11-02T17:31:52Z</dc:date>
    <item>
      <title>Simple file name retrieving using javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633390#M29224</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm really new to working with the dropbox API and was completely lost on how to retrieve file names. My main goal is to just have a list of the files' names that are uploaded to Dropbox display on my website as simple text. I've tried using the chooser that was in the documentation but I can't seem to get the file names. I just get the popup window (and no alert). So far this is the only code I have. I'm genuinely lost on this. Any help would be great&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt; &lt;SPAN&gt;type&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"text/javascript"&lt;/SPAN&gt; &lt;SPAN&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://www.dropbox.com/static/api/2/dropins.js" target="_blank"&gt;https://www.dropbox.com/static/api/2/dropins.js&lt;/A&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"dropboxjs"&lt;/SPAN&gt; &lt;SPAN&gt;data-app-key&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"************"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;options&lt;/SPAN&gt;&lt;SPAN&gt; = {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;success&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;files&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;console&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;log&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;files&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;].name);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;alert&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Here's the file link: "&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;files&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;].&lt;/SPAN&gt;&lt;SPAN&gt;link&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;cancel: function() {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;linkType:&lt;/SPAN&gt; &lt;SPAN&gt;"direct"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;multiselect:&lt;/SPAN&gt; &lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;folderselect:&lt;/SPAN&gt; &lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sizeLimit:&lt;/SPAN&gt; &lt;SPAN&gt;1024&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Dropbox&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;choose&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;options&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 19:39:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633390#M29224</guid>
      <dc:creator>NavPanchhi</dc:creator>
      <dc:date>2022-11-01T19:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Simple file name retrieving using javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633409#M29227</link>
      <description>&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers/chooser" target="_blank"&gt;Dropbox Chooser&lt;/A&gt; is a way to allow end-users to select specific files/folders and send them to the app. Based on your description, it sounds like that's not exactly what you're looking for. The &lt;A href="https://www.dropbox.com/developers/embedder" target="_blank"&gt;Dropbox Embedder&lt;/A&gt; might be a better solution for you though. That lets you supply a (view-only) &lt;A href="https://help.dropbox.com/share/create-and-share-link" target="_blank"&gt;shared link&lt;/A&gt;, e.g., for a particular folder, and displays the contents of that folder on a web site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, if you need a more custom integration, you would need to use &lt;A href="https://www.dropbox.com/developers/documentation#reference" target="_blank"&gt;the Dropbox API instead&lt;/A&gt;. That allows you to programmatically list files and folders. For example, to list the contents of any particular folder, you would use the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/continue&lt;/A&gt;] endpoints to list the contents of a specific path, and the results would include the name of each item. By the way, those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of &lt;A href="https://www.dropbox.com/developers/documentation#sdks" target="_blank"&gt;the official SDKs&lt;/A&gt; if possible. Those have corresponding native methods for the HTTPS endpoints. The &lt;A href="https://www.dropbox.com/developers/reference/getting-started" target="_blank"&gt;Getting Started&lt;/A&gt; and &lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_blank"&gt;File Access&lt;/A&gt; guides may also helpful if you decide to use this option.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 20:36:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633409#M29227</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-11-01T20:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Simple file name retrieving using javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633507#M29230</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently using the ajaz call below to achieve what I need but am still facing issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$.ajax({&lt;BR /&gt;type: 'POST',&lt;BR /&gt;url: '&lt;A href="https://api.dropboxapi.com/2/files/get_metadata" target="_blank"&gt;https://api.dropboxapi.com/2/files/get_metadata&lt;/A&gt;',&lt;BR /&gt;data: "{\"include_deleted\":false,\"include_has_explicit_shared_members\":false,\"include_media_info\":false,\"path\":\""}",&lt;BR /&gt;contentType: "application/json",&lt;BR /&gt;beforeSend: function(xhr) {&lt;BR /&gt;xhr.setRequestHeader("Authorization", "Bearer ***")&lt;BR /&gt;}, success: function(data){&lt;BR /&gt;console.log(data);&lt;BR /&gt;}&lt;BR /&gt;})&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 02:55:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633507#M29230</guid>
      <dc:creator>NavPanchhi</dc:creator>
      <dc:date>2022-11-02T02:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Simple file name retrieving using javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633580#M29231</link>
      <description>&lt;P&gt;Please clarify what you mean when you say you are "still facing issues". For example, share any unexpected error or output.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 12:10:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633580#M29231</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-11-02T12:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Simple file name retrieving using javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633612#M29232</link>
      <description>&lt;P&gt;Sorry about that!&lt;/P&gt;&lt;P&gt;The issue that is appearing now is&amp;nbsp;&lt;/P&gt;&lt;P&gt;Failed to load resource: the server responded with a status of 400 ()&amp;nbsp;&lt;A href="https://api.dropboxapi.com/2/files/get_metadata" target="_blank"&gt;https://api.dropboxapi.com/2/files/get_metadata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The entire code I have is this:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt; &lt;SPAN&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.js" target="_blank"&gt;https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.js&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt; &lt;SPAN&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://unpkg.com/dropbox/dist/DropboxTeam-sdk.min.js" target="_blank"&gt;https://unpkg.com/dropbox/dist/DropboxTeam-sdk.min.js&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;$&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ajax&lt;/SPAN&gt;&lt;SPAN&gt;({&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;type:&lt;/SPAN&gt; &lt;SPAN&gt;'POST'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;url:&lt;/SPAN&gt; &lt;SPAN&gt;'&lt;A href="https://api.dropboxapi.com/2/files/get_metadata" target="_blank"&gt;https://api.dropboxapi.com/2/files/get_metadata&lt;/A&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;data:&lt;/SPAN&gt; &lt;SPAN&gt;"{&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;include_deleted&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;:false,&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;include_has_explicit_shared_members&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;:false,&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;include_media_info&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;:false,&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;path&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;}"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;contentType:&lt;/SPAN&gt; &lt;SPAN&gt;"application/json"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;beforeSend&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;xhr&lt;/SPAN&gt;&lt;SPAN&gt;) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;xhr&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;setRequestHeader&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Authorization'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'Bearer ***&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;SPAN&gt;success&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;function&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;data&lt;/SPAN&gt;&lt;SPAN&gt;){&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;console&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;log&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;data&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;//process the JSON data etc&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;})&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;script&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Nov 2022 14:47:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633612#M29232</guid>
      <dc:creator>NavPanchhi</dc:creator>
      <dc:date>2022-11-02T14:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Simple file name retrieving using javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633623#M29235</link>
      <description>&lt;P&gt;What's in the response body for that response with the 400 status code? It should contain a more specific error message.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:13:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633623#M29235</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-11-02T15:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Simple file name retrieving using javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633632#M29237</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NavPanchhi_0-1667403919110.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/32728i95358D82C25684D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NavPanchhi_0-1667403919110.png" alt="NavPanchhi_0-1667403919110.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is this what you mean?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:49:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633632#M29237</guid>
      <dc:creator>NavPanchhi</dc:creator>
      <dc:date>2022-11-02T15:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Simple file name retrieving using javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633638#M29238</link>
      <description>&lt;P&gt;Here's more&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error in call to API function "files/get_metadata": Your app is not permitted to access this endpoint because it does not have the required scope 'files.metadata.read'. The owner of the app can enable the scope for the app using the Permissions tab on the App Console.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 16:00:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633638#M29238</guid>
      <dc:creator>NavPanchhi</dc:creator>
      <dc:date>2022-11-02T16:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Simple file name retrieving using javascript</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633675#M29242</link>
      <description>&lt;P&gt;This latest message is what I was referring to. It indicates that the call failed because your app does not have the necessary scope for that endpoint. You can enable the scope on the app's page on &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;the App Console&lt;/A&gt; as described. Note that you'd need to then get a new access token as that change does not retroactively affect existing access tokens.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 17:31:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Simple-file-name-retrieving-using-javascript/m-p/633675#M29242</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-11-02T17:31:52Z</dc:date>
    </item>
  </channel>
</rss>

