<?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: Automatically accept shared folders in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Automatically-accept-shared-folders/m-p/414959#M22389</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1294212"&gt;@Richie4571&lt;/a&gt;&amp;nbsp;The documentation linked in my earlier comments includes samples for calling those endpoints using curl. Exactly what your code to call them would look like would depend on what language, platform, and SDK/library (if any) you're using.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We do recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_self"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints. If you do end up using one of those, check out the corresponding SDK documentation for information on how to get started.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you run in to any issues writing the code to connect to the&amp;nbsp;Dropbox API from your app, please let us know and share what you have so far and what's giving you trouble.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Apr 2020 15:18:38 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-04-28T15:18:38Z</dc:date>
    <item>
      <title>Automatically accept shared folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Automatically-accept-shared-folders/m-p/240781#M13405</link>
      <description>&lt;P&gt;Is there a setting that i can have that will automatically add a shared folder to my dropbox ?&lt;/P&gt;
&lt;P&gt;Right now im getting prompted with this msg whenever someone added me into the list of users for a folder.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 484px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/1100iDB8825C42E4376F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Is there a way that the folders are automatically added to my dropbox whenever im given permission to a folder?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:19:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Automatically-accept-shared-folders/m-p/240781#M13405</guid>
      <dc:creator>gilbertwulff</dc:creator>
      <dc:date>2019-05-29T09:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically accept shared folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Automatically-accept-shared-folders/m-p/240786#M13406</link>
      <description>There isn't a setting for that. If you're a programmer though (since you posted this in the "API support" forum), you could write something to programmatically add these using /2/sharing/list_mountable_folders[/continue] and /2/sharing/mount_folder (or the respective methods in an SDK):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_mountable_folders" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_mountable_folders&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_mountable_folders-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_mountable_folders-continue&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-mount_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-mount_folder&lt;/A&gt;</description>
      <pubDate>Fri, 08 Sep 2017 20:52:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Automatically-accept-shared-folders/m-p/240786#M13406</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-09-08T20:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically accept shared folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Automatically-accept-shared-folders/m-p/414682#M22364</link>
      <description>&lt;P&gt;Could you please provide code sample of how this can be done?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 22:51:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Automatically-accept-shared-folders/m-p/414682#M22364</guid>
      <dc:creator>Richie4571</dc:creator>
      <dc:date>2020-04-27T22:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically accept shared folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Automatically-accept-shared-folders/m-p/414959#M22389</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1294212"&gt;@Richie4571&lt;/a&gt;&amp;nbsp;The documentation linked in my earlier comments includes samples for calling those endpoints using curl. Exactly what your code to call them would look like would depend on what language, platform, and SDK/library (if any) you're using.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We do recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_self"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints. If you do end up using one of those, check out the corresponding SDK documentation for information on how to get started.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you run in to any issues writing the code to connect to the&amp;nbsp;Dropbox API from your app, please let us know and share what you have so far and what's giving you trouble.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 15:18:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Automatically-accept-shared-folders/m-p/414959#M22389</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-04-28T15:18:38Z</dc:date>
    </item>
  </channel>
</rss>

