<?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 Not able to List shared links having edit access without file id in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-able-to-List-shared-links-having-edit-access-without-file-id/m-p/546144#M26039</link>
    <description>&lt;P&gt;Hi, I am using below API to list down all files having shared links. I am making API call for each dropbox team member passing team member id in header (Dropbox-API-Select-User).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;https://api.dropboxapi.com/2/sharing/list_shared_links&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am able to list all files which having read access level. But when I create a file from dropbox itself it automatically creates sharing anyonewith link with edit permission and this link is missing from API response. Even I deleted this link and created again still not bale to list this link with above API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: When I pass file Id in API request body then able to get the edit link. But my motive is to list down all the links(read and edit) at once for that team member without passing the file Id.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help if someone has any idea around this.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Sep 2021 19:02:20 GMT</pubDate>
    <dc:creator>vivek-qualys-ssc</dc:creator>
    <dc:date>2021-09-22T19:02:20Z</dc:date>
    <item>
      <title>Not able to List shared links having edit access without file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-able-to-List-shared-links-having-edit-access-without-file-id/m-p/546144#M26039</link>
      <description>&lt;P&gt;Hi, I am using below API to list down all files having shared links. I am making API call for each dropbox team member passing team member id in header (Dropbox-API-Select-User).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;https://api.dropboxapi.com/2/sharing/list_shared_links&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am able to list all files which having read access level. But when I create a file from dropbox itself it automatically creates sharing anyonewith link with edit permission and this link is missing from API response. Even I deleted this link and created again still not bale to list this link with above API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: When I pass file Id in API request body then able to get the edit link. But my motive is to list down all the links(read and edit) at once for that team member without passing the file Id.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help if someone has any idea around this.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 19:02:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-able-to-List-shared-links-having-edit-access-without-file-id/m-p/546144#M26039</guid>
      <dc:creator>vivek-qualys-ssc</dc:creator>
      <dc:date>2021-09-22T19:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to List shared links having edit access without file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-able-to-List-shared-links-having-edit-access-without-file-id/m-p/546212#M26040</link>
      <description>&lt;P&gt;It sounds like you're referring to the kind of link with "/scl/fi", which can enable editing access, and you're calling /2/sharing/list_shared_links without specifying a "path" value to list all shared links, but aren't seeing the "/scl/fi" links returned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These "/scl" links aren't standard shared links, so they don't get listed in that case, and don't behave exactly the same way as standard shared links. Calling /2/sharing/list_shared_links without specifying a "path" value won't return this kind of "/scl" link; I'll send this along to the team to ask them to change it to do so, but I can't promise if/when that might be done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead, to retrieve these kinds of links, you do need to specify the "path" parameter (which can contain either the path or file ID), like you mentioned, for the particular item you wish to look up. If you do so, it will return those "/scl" links. You would need to call for each path for which you want to retrieve "/scl" links though.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 15:29:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-able-to-List-shared-links-having-edit-access-without-file-id/m-p/546212#M26040</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-09-21T15:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to List shared links having edit access without file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-able-to-List-shared-links-having-edit-access-without-file-id/m-p/546305#M26044</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;for replying and making it clear, Do we need to open an enhancement ticket for listing /scl links&amp;nbsp;with API&amp;nbsp;&lt;SPAN&gt;/2/sharing/list_shared_links without specifying a "path" value? As we want to list them for each user and not for each file.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 05:17:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-able-to-List-shared-links-having-edit-access-without-file-id/m-p/546305#M26044</guid>
      <dc:creator>vivek-qualys-ssc</dc:creator>
      <dc:date>2021-09-22T05:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to List shared links having edit access without file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-able-to-List-shared-links-having-edit-access-without-file-id/m-p/546402#M26046</link>
      <description>&lt;P&gt;No, there's no need to open anything else. This forum thread serves as the reference to your request. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 14:08:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-able-to-List-shared-links-having-edit-access-without-file-id/m-p/546402#M26046</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-09-22T14:08:50Z</dc:date>
    </item>
  </channel>
</rss>

