<?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: Dropbox PHP, How to set a password to shared link using php_sdk in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-How-to-set-a-password-to-shared-link-using-php-sdk/m-p/460052#M23641</link>
    <description>&lt;P&gt;Thank you So much It worked&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2020 19:05:48 GMT</pubDate>
    <dc:creator>eventshd</dc:creator>
    <dc:date>2020-10-08T19:05:48Z</dc:date>
    <item>
      <title>Dropbox PHP, How to set a password to shared link using php_sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-How-to-set-a-password-to-shared-link-using-php-sdk/m-p/459843#M23629</link>
      <description>&lt;P&gt;I saw when I get the shared link of the recent uploaded file or folder, it can be protected with password.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I am not sure how to do it.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;$response = $dropbox-&amp;gt;postToAPI(&lt;SPAN class="hljs-string"&gt;"/sharing/create_shared_link_with_settings"&lt;/SPAN&gt;, [&lt;SPAN class="hljs-string"&gt;"path"&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class="hljs-string"&gt;"/BABERZAMAN/hello-world.txt"&lt;/SPAN&gt;, &lt;SPAN class="hljs-string"&gt;"settings"&lt;/SPAN&gt; =&amp;gt; [&lt;SPAN class="hljs-string"&gt;'requested_visibility'&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class="hljs-string"&gt;'public'&lt;/SPAN&gt;]]);

$data = $response-&amp;gt;getDecodedBody();
var_dump($data);&lt;/PRE&gt;
&lt;P&gt;Here in this&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hljs-string"&gt;"settings"&lt;/SPAN&gt; =&amp;gt; [&lt;SPAN class="hljs-string"&gt;'requested_visibility'&lt;/SPAN&gt; =&amp;gt; &lt;SPAN class="hljs-string"&gt;'public'&lt;/SPAN&gt;]&lt;/P&gt;
&lt;P&gt;From this line 'public' will be changed with some password protection code or property. i am not aware of it. so please help me how i can get the Password Protected shared Link&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 09:32:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-How-to-set-a-password-to-shared-link-using-php-sdk/m-p/459843#M23629</guid>
      <dc:creator>eventshd</dc:creator>
      <dc:date>2020-10-08T09:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox PHP, How to set a password to shared link using php_sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-How-to-set-a-password-to-shared-link-using-php-sdk/m-p/459977#M23635</link>
      <description>&lt;P&gt;Yes, the&amp;nbsp;/2/sharing/create_shared_link_with_settings endpoint does offer the ability to set a password when creating a shared link. You can find information on the different parameters offered&amp;nbsp;by this endpoint in &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_self"&gt;the endpoint's documentation&lt;/A&gt;. Please refer to that for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, you can set the 'requested_visibility' parameter&amp;nbsp;to 'password', and specify the password in the 'link_password' parameter in the 'settings' parameter.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 15:01:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-How-to-set-a-password-to-shared-link-using-php-sdk/m-p/459977#M23635</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-10-08T15:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox PHP, How to set a password to shared link using php_sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-How-to-set-a-password-to-shared-link-using-php-sdk/m-p/460052#M23641</link>
      <description>&lt;P&gt;Thank you So much It worked&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 19:05:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-PHP-How-to-set-a-password-to-shared-link-using-php-sdk/m-p/460052#M23641</guid>
      <dc:creator>eventshd</dc:creator>
      <dc:date>2020-10-08T19:05:48Z</dc:date>
    </item>
  </channel>
</rss>

