<?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 Looking for help managing sharing using the objC SDK in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Looking-for-help-managing-sharing-using-the-objC-SDK/m-p/349823#M610</link>
    <description>&lt;P&gt;I am developing an app that uses a shared dropbox folder to coordinate between a small (5-10 person) group of user. That part is working fine. Looking for some API hints on how to mange the sharing &amp;amp; unsharing of that folder using the obj C SDK. I want to be able to allow the owner of that folder to quickly share with the other members of that group using a supplied list of email address; then, if needed have those others get unshared but let them keep their own copy of that directory.&lt;/P&gt;
&lt;P&gt;Looking for help digging through the API list to see what calls I need to make.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any help you can offer!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Jim&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2019 09:48:54 GMT</pubDate>
    <dc:creator>jem5519</dc:creator>
    <dc:date>2019-07-16T09:48:54Z</dc:date>
    <item>
      <title>Looking for help managing sharing using the objC SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Looking-for-help-managing-sharing-using-the-objC-SDK/m-p/349823#M610</link>
      <description>&lt;P&gt;I am developing an app that uses a shared dropbox folder to coordinate between a small (5-10 person) group of user. That part is working fine. Looking for some API hints on how to mange the sharing &amp;amp; unsharing of that folder using the obj C SDK. I want to be able to allow the owner of that folder to quickly share with the other members of that group using a supplied list of email address; then, if needed have those others get unshared but let them keep their own copy of that directory.&lt;/P&gt;
&lt;P&gt;Looking for help digging through the API list to see what calls I need to make.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any help you can offer!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Jim&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 09:48:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Looking-for-help-managing-sharing-using-the-objC-SDK/m-p/349823#M610</guid>
      <dc:creator>jem5519</dc:creator>
      <dc:date>2019-07-16T09:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for help managing sharing using the objC SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Looking-for-help-managing-sharing-using-the-objC-SDK/m-p/349925#M611</link>
      <description>&lt;P&gt;Using &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c" target="_self"&gt;the&amp;nbsp;Dropbox API v2 Objective-C SDK&lt;/A&gt;, here's what you should use for the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;to share a folder: use &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBSHARINGUserAuthRoutes.html#/c:objc(cs)DBSHARINGUserAuthRoutes(im)shareFolder:" target="_self"&gt;shareFolder&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;to invite a new member to a shared folder: use &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBSHARINGUserAuthRoutes.html#/c:objc(cs)DBSHARINGUserAuthRoutes(im)addFolderMember:members:" target="_self"&gt;addFolderMember&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;to remove a member from a shared folder, with the option to leave them a copy or not: use&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBSHARINGUserAuthRoutes.html#/c:objc(cs)DBSHARINGUserAuthRoutes(im)removeFolderMember:member:leaveACopy:" target="_self"&gt;removeFolderMember&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;to unshare a folder, with the option to leave them a copy or not: use &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBSHARINGUserAuthRoutes.html#/c:objc(cs)DBSHARINGUserAuthRoutes(im)unshareFolder:" target="_self"&gt;unshareFolder&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 14:24:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Looking-for-help-managing-sharing-using-the-objC-SDK/m-p/349925#M611</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-06-13T14:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for help managing sharing using the objC SDK</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Looking-for-help-managing-sharing-using-the-objC-SDK/m-p/349927#M612</link>
      <description>&lt;P&gt;Thanks Greg! That saved me a great deal of time!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 14:26:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Looking-for-help-managing-sharing-using-the-objC-SDK/m-p/349927#M612</guid>
      <dc:creator>jem5519</dc:creator>
      <dc:date>2019-06-13T14:26:23Z</dc:date>
    </item>
  </channel>
</rss>

