<?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: Get link of already shared Folder (Swift) in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214177#M10950</link>
    <description>Thanks for confirming that. The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons.&lt;BR /&gt;&lt;BR /&gt;However if you did want to go this route, instead of kicking off the authorization flow, you would manually use an existing access token for your account and app. (Just be careful not to revoke it, e.g. via &lt;A href="https://www.dropbox.com/account/security" target="_blank"&gt;https://www.dropbox.com/account/security&lt;/A&gt; .)&lt;BR /&gt;</description>
    <pubDate>Fri, 31 Mar 2017 17:25:09 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-03-31T17:25:09Z</dc:date>
    <item>
      <title>Get link of already shared Folder (Swift)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214084#M10931</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I'm using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; createSharedLinkWithSettings function to get the link of a already shared folder but it's giving this error:&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;&lt;BR /&gt;error [request-id ce72d5ed059d9a78c1d7368710550f8e] API route error - {&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;".tag" = "shared_link_already_exists";&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I would get the already shared link if the link already existed please help me with this&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:24:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214084#M10931</guid>
      <dc:creator>sadhu_sanjay</dc:creator>
      <dc:date>2019-05-29T09:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get link of already shared Folder (Swift)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214120#M10936</link>
      <description>&lt;P&gt;You can use &lt;A href="https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/SharingRoutes.html#/s:FC13SwiftyDropbox13SharingRoutes15listSharedLinksFT4pathGSqSS_6cursorGSqSS_10directOnlyGSqSb__GCS_10RpcRequestCCS_7Sharing31ListSharedLinksResultSerializerCS2_30ListSharedLinksErrorSerializer_" target="_self"&gt;listSharedLinks&lt;/A&gt;&amp;nbsp;to list existing links. In this case, it sounds like you'd want to pass in the path of the folder as "path", and use "directOnly=true" to get only the link you're interested in.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 12:34:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214120#M10936</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-03-31T12:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get link of already shared Folder (Swift)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214148#M10945</link>
      <description>&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thanks, Greg&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; this solves it, &amp;nbsp;Have another question if you don't mind answering, I would like my app to log in In BackGround, without showing the user Login controller, I know it's not recommended but is it possible or not ? if so how?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thanks&amp;nbsp;&lt;BR /&gt;sadhu_sanjay&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 15:17:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214148#M10945</guid>
      <dc:creator>sadhu_sanjay</dc:creator>
      <dc:date>2017-03-31T15:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get link of already shared Folder (Swift)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214151#M10946</link>
      <description>No, the user needs to interact with the app authorization flow manually to connect their account. This only needs to be done once per user though.&lt;BR /&gt;&lt;BR /&gt;(Unless you mean you only want the user to connect to your own single account? That's technically possible, but not recommended.)</description>
      <pubDate>Fri, 31 Mar 2017 15:23:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214151#M10946</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-03-31T15:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get link of already shared Folder (Swift)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214172#M10948</link>
      <description>Yes that's exactly I meant , I only want to connect to user to my Own account .</description>
      <pubDate>Fri, 31 Mar 2017 17:18:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214172#M10948</guid>
      <dc:creator>sadhu_sanjay</dc:creator>
      <dc:date>2017-03-31T17:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Get link of already shared Folder (Swift)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214177#M10950</link>
      <description>Thanks for confirming that. The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons.&lt;BR /&gt;&lt;BR /&gt;However if you did want to go this route, instead of kicking off the authorization flow, you would manually use an existing access token for your account and app. (Just be careful not to revoke it, e.g. via &lt;A href="https://www.dropbox.com/account/security" target="_blank"&gt;https://www.dropbox.com/account/security&lt;/A&gt; .)&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2017 17:25:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214177#M10950</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-03-31T17:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get link of already shared Folder (Swift)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214180#M10951</link>
      <description>&lt;P&gt;Thanks a lot Greg&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 17:43:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-link-of-already-shared-Folder-Swift/m-p/214180#M10951</guid>
      <dc:creator>sadhu_sanjay</dc:creator>
      <dc:date>2017-03-31T17:43:10Z</dc:date>
    </item>
  </channel>
</rss>

