<?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: Empty or Partial Response to list_shared_links in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-or-Partial-Response-to-list-shared-links/m-p/202358#M9605</link>
    <description>Not sure what the problem was, but managed to solve by rewriting the whole thing using the python SDK.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 16 Jan 2017 16:40:40 GMT</pubDate>
    <dc:creator>sam_g</dc:creator>
    <dc:date>2017-01-16T16:40:40Z</dc:date>
    <item>
      <title>Empty or Partial Response to list_shared_links</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-or-Partial-Response-to-list-shared-links/m-p/202279#M9601</link>
      <description>&lt;P&gt;I was previously using get_shared_links to retrieve all shared links relevant to my dropbox. However this has started to return only a partial list of files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've switched to list_shared_links (as get_shared_links is deprecated), however I have the same problem, and when then trying to create a shared link for a&amp;nbsp;file it does not include in the response, I receive a 's&lt;SPAN class="s1"&gt;hared_link_already_exists' error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;My code is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    token = 'mytoken'
    url = "https://api.dropboxapi.com/2/sharing/list_shared_links"
    headers = {
        "Authorization": "Bearer " + token,
        "Content-Type": "application/json"
    }

    dbx = dropbox.Dropbox(token)

    r = requests.post(url, headers=headers, data=json.dumps({}), timeout=60)
    my_links = json.loads(r.content)&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;I'm aware that list_shared_links requires a path and will only provide the shared links within this directory (and not include files within subdirectories) however I am not receiving all of the files contained within the provided path (whether&amp;nbsp;a path is supplied or not).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Is this an error on my side?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:26:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-or-Partial-Response-to-list-shared-links/m-p/202279#M9601</guid>
      <dc:creator>sam_g</dc:creator>
      <dc:date>2019-05-29T09:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Empty or Partial Response to list_shared_links</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-or-Partial-Response-to-list-shared-links/m-p/202358#M9605</link>
      <description>Not sure what the problem was, but managed to solve by rewriting the whole thing using the python SDK.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 16 Jan 2017 16:40:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Empty-or-Partial-Response-to-list-shared-links/m-p/202358#M9605</guid>
      <dc:creator>sam_g</dc:creator>
      <dc:date>2017-01-16T16:40:40Z</dc:date>
    </item>
  </channel>
</rss>

