<?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: files/list_folder API returns no entries after using new Shared Links in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701605#M3498</link>
    <description>&lt;P&gt;This should be fixed now. Please let us know if you're still seeing any issues. Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 18:35:12 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-07-26T18:35:12Z</dc:date>
    <item>
      <title>files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700582#M3483</link>
      <description>&lt;P&gt;With the new Shared Links released recently I am now getting an empty list of files available at the Shared Link URL. I am calling the `files/list_folder` API endpoint with the `shared_link` specified as a URL (per&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&amp;nbsp;). Previously, the `entries` returned would have the list of files available at the shared link. Now I just get an empty array. I have confirmed the files are there, and have created new Share Links on folders I previously shared without issue, and they are now broken.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please either fix this issue or inform me how I am supposed to view the contents of these Shared Links now?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 22:31:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700582#M3483</guid>
      <dc:creator>nabeards</dc:creator>
      <dc:date>2023-07-21T22:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700604#M3484</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1729085"&gt;@nabeards&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have a &lt;A href="https://www.dropboxforum.com/t5/View-download-and-export/How-to-Workaround-quot-Zip-File-is-Too-Large-quot-Error/m-p/694167#M46791" target="_blank" rel="noopener"&gt;script targeting download&lt;/A&gt; of file from link or all files in shared folder pointed by link. This script enumerates all files in links to folders, of course. Take a look there and see if works for you.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 00:53:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700604#M3484</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-07-22T00:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700650#M3486</link>
      <description>&lt;P&gt;Same issue here. I have been using the same code and shared link for years, which stopped working two days ago.&lt;/P&gt;&lt;P&gt;This curl request, as generated by &lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder" target="_blank" rel="noopener"&gt;https://dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder&lt;/A&gt; should work as fas as I can tell:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -X POST https://api.dropboxapi.com/2/files/list_folder \
  --header 'Authorization: Bearer [redacted]' \
  --header 'Content-Type: application/json' \
  --data '{"path":"","shared_link":{"url":"https://www.dropbox.com/sh/6kzom2lt4ahhr2c/AAAGC0_LBkp5htv1X8tUyOl9a"}}'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;But the response has an empty entries array, and has_more is false. The files in the shared link show up just fine in a browser.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 13:12:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700650#M3486</guid>
      <dc:creator>AgentConDier</dc:creator>
      <dc:date>2023-07-22T13:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700654#M3487</link>
      <description>&lt;P&gt;Oh... As seems, there is a some new bug in Dropbox API. Let's hope will be fixed by Dropbox soon...&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 13:37:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700654#M3487</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-07-22T13:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700696#M3488</link>
      <description>&lt;P&gt;Glad to see I'm not the only one seeing this issue. Does the Dropbox support team monitor these forums or do I need to contact support via our business account?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 17:13:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700696#M3488</guid>
      <dc:creator>nabeards</dc:creator>
      <dc:date>2023-07-22T17:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700697#M3489</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1729085"&gt;@nabeards&lt;/a&gt;, In general it's monitored, but during weekend this monitoring is very weak. So it's likely, any move related to things mentioned here, to be performed no earlier than Monday (or even latter). Of course, Business accounts are served better, so if you want you can speed this up, probably. &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;</description>
      <pubDate>Sat, 22 Jul 2023 17:22:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700697#M3489</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-07-22T17:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700698#M3490</link>
      <description>&lt;P&gt;I won't be able to get our account admin to do anything until Monday anyway, so hopefully the support team sees this and can let us know how long for a fix. Our operations are at a standstill until then.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 17:28:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700698#M3490</guid>
      <dc:creator>nabeards</dc:creator>
      <dc:date>2023-07-22T17:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700816#M3491</link>
      <description>&lt;P&gt;Thanks for the report! We'll look into it and follow up here once we have an update on this.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 21:17:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700816#M3491</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-23T21:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700976#M3492</link>
      <description>&lt;P&gt;We are critically affected by this bug, and unable to download shared files programmatically. Please provide an update as soon as possible!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 14:07:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700976#M3492</guid>
      <dc:creator>atonderski_zen</dc:creator>
      <dc:date>2023-07-24T14:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700999#M3493</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1729640"&gt;@atonderski_zen&lt;/a&gt; Thanks for the note! We'll follow up here as soon as we have some news on this.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 15:11:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/700999#M3493</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-24T15:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701084#M3494</link>
      <description>&lt;P&gt;I am also in the same boat, working application since many months suddenly stopped working on fetching the 0 entries for the shared folder.&lt;/P&gt;&lt;P&gt;This is effecting me very badly, Did all my best, spent 3 days and found its a serious bug in the Dropbox api due to any recent changes at their end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Request for the earliest possible resolution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 19:46:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701084#M3494</guid>
      <dc:creator>hero85</dc:creator>
      <dc:date>2023-07-24T19:46:40Z</dc:date>
    </item>
    <item>
      <title>dropbox.files_list_folder with dropbox.files.SharedLink is returning 0 entries</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701154#M3500</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We are using&amp;nbsp;dropbox.files.SharedLink with dropbox.files_list_folder to download shared links, and it stopped working since last night. we are getting empty list for "entries" while the folder does have some files. Below is the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-align-justify"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;links = ["&lt;A href="https://www.dropbox.com/xx/xx/xxxxxxxxxxx&amp;amp;dl=0" target="_blank" rel="noopener"&gt;https://www.dropbox.com/xx/xx/xxxxxxxxxxx&amp;amp;dl=0&lt;/A&gt;"]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;dropbox = dropbox.Dropbox(oauth2_access_token=access_token,&amp;nbsp;oauth2_refresh_token=refresh_token,&amp;nbsp;app_key=app_key, app_secret=app_secret)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;filecount = {}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;all_files = []&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;for link in links:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; filecount[link] = 0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; shared_link = dropbox.files.SharedLink(url=link)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; entries = dropbox1.files_list_folder(path='', shared_link=shared_link, limit=2000)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while True:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;filecount[link] += len(entries.entries) #&amp;nbsp; ***here&amp;nbsp;entries.entries is an empty list&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if not entries.has_more:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;entries = dropbox1.files_list_folder_continue(entries.cursor)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;print(filecount)&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Jul 2023 05:25:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701154#M3500</guid>
      <dc:creator>Jagadeesh</dc:creator>
      <dc:date>2023-07-25T05:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox.files_list_folder with dropbox.files.SharedLink is returning 0 entries</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701173#M3501</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1725887"&gt;@Jagadeesh&lt;/a&gt;, Yes, it's known bug. Take a look &lt;A href="https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/td-p/700582" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Let's hope will be fixed soon.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 10:22:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701173#M3501</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-07-25T10:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox.files_list_folder with dropbox.files.SharedLink is returning 0 entries</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701179#M3502</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 11:08:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701179#M3502</guid>
      <dc:creator>Jagadeesh</dc:creator>
      <dc:date>2023-07-25T11:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox.files_list_folder with dropbox.files.SharedLink is returning 0 entries</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701195#M3503</link>
      <description>&lt;P&gt;Yes, as Здравко said, this is a known issue. The team is working on it and we'll follow up once we have a update on it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 12:00:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701195#M3503</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-25T12:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701264#M3495</link>
      <description>&lt;P&gt;+1 on this, we are affected as well by this and waiting on fix.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 15:29:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701264#M3495</guid>
      <dc:creator>Jagadeesh</dc:creator>
      <dc:date>2023-07-25T15:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701527#M3496</link>
      <description>&lt;P&gt;+1 the same problem here&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 15:04:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701527#M3496</guid>
      <dc:creator>vici4a</dc:creator>
      <dc:date>2023-07-26T15:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701529#M3497</link>
      <description>&lt;P&gt;Thanks for the notes! The team is working on a fix, and I'll follow up here once it's deployed.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 15:19:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701529#M3497</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-26T15:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: files/list_folder API returns no entries after using new Shared Links</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701605#M3498</link>
      <description>&lt;P&gt;This should be fixed now. Please let us know if you're still seeing any issues. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 18:35:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701605#M3498</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-26T18:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox.files_list_folder with dropbox.files.SharedLink is returning 0 entries</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701606#M3504</link>
      <description>&lt;P&gt;This should be fixed now. Please let us know if you're still seeing any issues. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 18:35:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/files-list-folder-API-returns-no-entries-after-using-new-Shared/m-p/701606#M3504</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-26T18:35:25Z</dc:date>
    </item>
  </channel>
</rss>

