<?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: srmklive/flysystem-dropbox-v2 - get dropbox share link in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/srmklive-flysystem-dropbox-v2-get-dropbox-share-link/m-p/229373#M12456</link>
    <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/44767850/srmklive-flysystem-dropbox-v2-get-dropbox-share-link-on-a-laravel-5-3-applicat" target="_blank"&gt;https://stackoverflow.com/questions/44767850/srmklive-flysystem-dropbox-v2-get-dropbox-share-link-on-a-laravel-5-3-applicat&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://github.com/srmklive/flysystem-dropbox-v2/blob/master/src/Client/DropboxClient.php#L235" target="_self"&gt;getTemporaryLink method&lt;/A&gt;&amp;nbsp;in the&amp;nbsp;&lt;A href="https://github.com/srmklive/flysystem-dropbox-v2" target="_self"&gt;srmklive/flysystem-dropbox-v2&lt;/A&gt;&amp;nbsp;library corresponds to&amp;nbsp;the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link" target="_self"&gt;/2/files/get_temporary_link&lt;/A&gt;&amp;nbsp;endpoint on Dropbox API v2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want a shareable link instead of a temporary link, you should instead use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_self"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt;. It looks like&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_self"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt;&amp;nbsp;is unfortunately not implemented in &lt;A href="https://github.com/srmklive/flysystem-dropbox-v2/blob/master/src/Client/DropboxClient.php" target="_self"&gt;srmklive/flysystem-dropbox-v2's DropboxClient.php&lt;/A&gt;&amp;nbsp;though.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jun 2017 22:17:56 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-06-26T22:17:56Z</dc:date>
    <item>
      <title>srmklive/flysystem-dropbox-v2 - get dropbox share link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/srmklive-flysystem-dropbox-v2-get-dropbox-share-link/m-p/229345#M12455</link>
      <description>&lt;P&gt;I am using&amp;nbsp;srmklive/flysystem-dropbox-v2 package with a Laravel 5.3 installation. My files are getting stored in dropbox however I'm not able to retrieve the shareable link of these dropbox files. Also, I want that the link should&amp;nbsp;be visible to guest users too. Does anyone know how to go about this?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:21:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/srmklive-flysystem-dropbox-v2-get-dropbox-share-link/m-p/229345#M12455</guid>
      <dc:creator>harmanlgz</dc:creator>
      <dc:date>2019-05-29T09:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: srmklive/flysystem-dropbox-v2 - get dropbox share link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/srmklive-flysystem-dropbox-v2-get-dropbox-share-link/m-p/229373#M12456</link>
      <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/44767850/srmklive-flysystem-dropbox-v2-get-dropbox-share-link-on-a-laravel-5-3-applicat" target="_blank"&gt;https://stackoverflow.com/questions/44767850/srmklive-flysystem-dropbox-v2-get-dropbox-share-link-on-a-laravel-5-3-applicat&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://github.com/srmklive/flysystem-dropbox-v2/blob/master/src/Client/DropboxClient.php#L235" target="_self"&gt;getTemporaryLink method&lt;/A&gt;&amp;nbsp;in the&amp;nbsp;&lt;A href="https://github.com/srmklive/flysystem-dropbox-v2" target="_self"&gt;srmklive/flysystem-dropbox-v2&lt;/A&gt;&amp;nbsp;library corresponds to&amp;nbsp;the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link" target="_self"&gt;/2/files/get_temporary_link&lt;/A&gt;&amp;nbsp;endpoint on Dropbox API v2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want a shareable link instead of a temporary link, you should instead use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_self"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt;. It looks like&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_self"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt;&amp;nbsp;is unfortunately not implemented in &lt;A href="https://github.com/srmklive/flysystem-dropbox-v2/blob/master/src/Client/DropboxClient.php" target="_self"&gt;srmklive/flysystem-dropbox-v2's DropboxClient.php&lt;/A&gt;&amp;nbsp;though.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 22:17:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/srmklive-flysystem-dropbox-v2-get-dropbox-share-link/m-p/229373#M12456</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-06-26T22:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: srmklive/flysystem-dropbox-v2 - get dropbox share link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/srmklive-flysystem-dropbox-v2-get-dropbox-share-link/m-p/229430#M12458</link>
      <description>&lt;P&gt;Thanks for the info Greg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do the following packages extend&amp;nbsp;the functionality that I'm looking for?&lt;/P&gt;&lt;P&gt;1. &lt;A href="https://github.com/spatie/dropbox-api" target="_blank"&gt;https://github.com/spatie/dropbox-api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. &lt;A href="https://github.com/spatie/flysystem-dropbox" target="_blank"&gt;https://github.com/spatie/flysystem-dropbox&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, can you please suggest any alternative&amp;nbsp;package that is compatible with Laravel 5.3 ?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 06:29:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/srmklive-flysystem-dropbox-v2-get-dropbox-share-link/m-p/229430#M12458</guid>
      <dc:creator>harmanlgz</dc:creator>
      <dc:date>2017-06-27T06:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: srmklive/flysystem-dropbox-v2 - get dropbox share link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/srmklive-flysystem-dropbox-v2-get-dropbox-share-link/m-p/229527#M12468</link>
      <description>&lt;P&gt;The spatie/flysystem-dropbox&amp;nbsp;library doesn't seem to have it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/spatie/flysystem-dropbox/search?utf8=%E2%9C%93&amp;amp;q=create_shared_link_with_settings&amp;amp;type=" target="_blank"&gt;https://github.com/spatie/flysystem-dropbox/search?utf8=%E2%9C%93&amp;amp;q=create_shared_link_with_settings&amp;amp;type=&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;spatie/dropbox-api library does seem to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/spatie/dropbox-api/search?utf8=%E2%9C%93&amp;amp;q=create_shared_link_with_settings&amp;amp;type=" target="_blank"&gt;https://github.com/spatie/dropbox-api/search?utf8=%E2%9C%93&amp;amp;q=create_shared_link_with_settings&amp;amp;type=&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In there, it seems to be the&amp;nbsp;createSharedLinkWithSettings method:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/spatie/dropbox-api/blob/b1e1b6f61d89a09a0b1c0a506bb20fbce9bb19da/src/Client.php#L84" target="_blank"&gt;https://github.com/spatie/dropbox-api/blob/b1e1b6f61d89a09a0b1c0a506bb20fbce9bb19da/src/Client.php#L84&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know of any other Laravel libraries off hand though.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 18:33:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/srmklive-flysystem-dropbox-v2-get-dropbox-share-link/m-p/229527#M12468</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-06-27T18:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: srmklive/flysystem-dropbox-v2 - get dropbox share link</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/srmklive-flysystem-dropbox-v2-get-dropbox-share-link/m-p/229542#M12471</link>
      <description>&lt;P&gt;Thanks Greg! My problem was solved by using both the packages together i.e.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/spatie/flysystem-dropbox" target="_blank"&gt;https://github.com/spatie/flysystem-dropbox&lt;/A&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;A href="https://github.com/spatie/dropbox-api" target="_blank"&gt;https://github.com/spatie/dropbox-api&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For anyone else who has similar requirements, the above 2 packages are supported for PHP 7, however for PHP 5 you'll have to use&amp;nbsp;&lt;A href="https://github.com/srmklive/flysystem-dropbox-v2" target="_blank"&gt;https://github.com/srmklive/flysystem-dropbox-v2&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 20:14:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/srmklive-flysystem-dropbox-v2-get-dropbox-share-link/m-p/229542#M12471</guid>
      <dc:creator>harmanlgz</dc:creator>
      <dc:date>2017-06-27T20:14:08Z</dc:date>
    </item>
  </channel>
</rss>

