<?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: How to retrieve Shared Folder and Modifier information in /metadata call in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28315#M819</link>
    <description>&lt;P&gt;I've edited out any tokens / unique identifiers with dashes.  Let me know if you need the hashes or revs and I can open a private ticket.&lt;/P&gt;

&lt;P&gt;This is the request from Fiddler:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;GET https://api.dropbox.com/1/metadata/auto/Test?include_deleted=False&amp;amp;include_membership=True HTTP/1.1
Authorization: Bearer ---------------
Accept: application/json, application/xml, text/json, text/x-json, text/javascript, text/xml
User-Agent: RestSharp/104.4.0.0
Host: api.dropbox.com
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is the response:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;HTTP/1.1 200 OK
Server: nginx
Date: Wed, 22 Apr 2015 18:31:00 GMT
Content-Type: application/json
Connection: keep-alive
x-content-type-options: nosniff
set-cookie: gvc=-------------------; expires=Mon, 20 Apr 2020 18:31:00 GMT; httponly; Path=/; secure
x-server-response-time: 87
x-dropbox-request-id: ----------------
pragma: no-cache
cache-control: no-cache
x-dropbox-http-protocol: None
x-frame-options: SAMEORIGIN
Content-Length: 690


{
   "read_only":false,
   "hash":"--------------------",
   "revision":1615,
   "bytes":0,
   "thumb_exists":false,
   "rev":"----------",
   "modified":"Tue, 14 Apr 2015 21:43:04 +0000",
   "size":"0 bytes",
   "path":"/Test",
   "is_dir":true,
   "modifier":null,
   "root":"dropbox",
   "contents":[
      {
         "rev":"--------------",
         "thumb_exists":false,
         "path":"/Test/Training Relevant Courses.txt",
         "is_dir":false,
         "client_mtime":"Tue, 21 Apr 2015 23:21:29 +0000",
         "icon":"page_white_text",
         "read_only":false,
         "modifier":null,
         "bytes":2947,
         "modified":"Tue, 21 Apr 2015 23:21:29 +0000",
         "size":"2.9 KB",
         "root":"dropbox",
         "mime_type":"text/plain",
         "revision":1617
      }
   ],
   "icon":"folder"
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2015 01:34:44 GMT</pubDate>
    <dc:creator>PIttsburgh Menn</dc:creator>
    <dc:date>2015-04-23T01:34:44Z</dc:date>
    <item>
      <title>How to retrieve Shared Folder and Modifier information in /metadata call</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28313#M817</link>
      <description>&lt;P&gt;I'm having issues with the shared_folder and modifier fields being returned in /metadata.  I can't seem to get the API to return anything for shared_folder, and modifier always comes back as null.  &lt;/P&gt;

&lt;P&gt;The files in the folder I'm calling /metadata on have all been shared with another account.  I've done this sharing using both /shares and through the UI, and I can visit the folders from a different account, so I know the files are shared.  &lt;/P&gt;

&lt;P&gt;I've made modifications from both accounts to the files.  The rev has changed in response to these so I know that they took.&lt;/P&gt;

&lt;P&gt;I've also shared the folder that the files are in as well (and the folder is not the root).&lt;BR /&gt;
I'm setting the &lt;CODE&gt;include_membership&lt;/CODE&gt; parameter to true as well.  I've tried with and without this param.&lt;/P&gt;

&lt;P&gt;I'm kind of stumped as to what else I can try.  Any ideas why I can't get these fields back from the API?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:43:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28313#M817</guid>
      <dc:creator>PIttsburgh Menn</dc:creator>
      <dc:date>2019-05-29T09:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Shared Folder and Modifier information in /metadata call</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28314#M818</link>
      <description>&lt;P&gt;Can you post a sample request/response so we can take a look? Or, feel free to &lt;A href="https://www.dropbox.com/developers/contact" rel="nofollow noreferrer"&gt;open an API ticket&lt;/A&gt; if you'd prefer to send it privately.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 01:17:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28314#M818</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-04-23T01:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Shared Folder and Modifier information in /metadata call</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28315#M819</link>
      <description>&lt;P&gt;I've edited out any tokens / unique identifiers with dashes.  Let me know if you need the hashes or revs and I can open a private ticket.&lt;/P&gt;

&lt;P&gt;This is the request from Fiddler:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;GET https://api.dropbox.com/1/metadata/auto/Test?include_deleted=False&amp;amp;include_membership=True HTTP/1.1
Authorization: Bearer ---------------
Accept: application/json, application/xml, text/json, text/x-json, text/javascript, text/xml
User-Agent: RestSharp/104.4.0.0
Host: api.dropbox.com
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is the response:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;HTTP/1.1 200 OK
Server: nginx
Date: Wed, 22 Apr 2015 18:31:00 GMT
Content-Type: application/json
Connection: keep-alive
x-content-type-options: nosniff
set-cookie: gvc=-------------------; expires=Mon, 20 Apr 2020 18:31:00 GMT; httponly; Path=/; secure
x-server-response-time: 87
x-dropbox-request-id: ----------------
pragma: no-cache
cache-control: no-cache
x-dropbox-http-protocol: None
x-frame-options: SAMEORIGIN
Content-Length: 690


{
   "read_only":false,
   "hash":"--------------------",
   "revision":1615,
   "bytes":0,
   "thumb_exists":false,
   "rev":"----------",
   "modified":"Tue, 14 Apr 2015 21:43:04 +0000",
   "size":"0 bytes",
   "path":"/Test",
   "is_dir":true,
   "modifier":null,
   "root":"dropbox",
   "contents":[
      {
         "rev":"--------------",
         "thumb_exists":false,
         "path":"/Test/Training Relevant Courses.txt",
         "is_dir":false,
         "client_mtime":"Tue, 21 Apr 2015 23:21:29 +0000",
         "icon":"page_white_text",
         "read_only":false,
         "modifier":null,
         "bytes":2947,
         "modified":"Tue, 21 Apr 2015 23:21:29 +0000",
         "size":"2.9 KB",
         "root":"dropbox",
         "mime_type":"text/plain",
         "revision":1617
      }
   ],
   "icon":"folder"
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 01:34:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28315#M819</guid>
      <dc:creator>PIttsburgh Menn</dc:creator>
      <dc:date>2015-04-23T01:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Shared Folder and Modifier information in /metadata call</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28316#M820</link>
      <description>&lt;P&gt;It looks like the /Test folder isn't a shared folder (e.g., looking at the &lt;CODE&gt;icon&lt;/CODE&gt;, which is &lt;CODE&gt;folder&lt;/CODE&gt;, but would be &lt;CODE&gt;folder_user&lt;/CODE&gt; for shared folders). It sounds like you mean you only shared it via a shared link. These are actually two different kinds of sharing that Dropbox offers, and &lt;CODE&gt;include_membership&lt;/CODE&gt; only applies to the former.&lt;/P&gt;

&lt;P&gt;Specifically, "shared folders" refers to this feature:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/help/19" rel="nofollow noreferrer"&gt;https://www.dropbox.com/help/19&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;And "shared links" (which is what /shares returns) refers to this feature:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/help/167" rel="nofollow noreferrer"&gt;https://www.dropbox.com/help/167&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you've only shared the folder/files using shared links, they don't have any membership to report.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 01:44:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28316#M820</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-04-23T01:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Shared Folder and Modifier information in /metadata call</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28317#M821</link>
      <description>&lt;P&gt;Perfect! This was exactly my problem.  Everything is returning correctly now.  Is there any way to share folders like this through the API?  I'm not seeing anything in either the Core API or the Business API.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 01:54:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28317#M821</guid>
      <dc:creator>PIttsburgh Menn</dc:creator>
      <dc:date>2015-04-23T01:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Shared Folder and Modifier information in /metadata call</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28318#M822</link>
      <description>&lt;P&gt;No, unfortunately the API doesn't currently offer any calls for managing shared folders, so you can't use it to programmatically share folders like that.&lt;/P&gt;

&lt;P&gt;However, if you'd be interested in potentially participating in a shared folder API beta in the future, please sign up here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://dropboxapi.wufoo.com/forms/dropbox-shared-folder-api-beta-contact-info/" rel="nofollow noreferrer"&gt;https://dropboxapi.wufoo.com/forms/dropbox-shared-folder-api-beta-contact-info/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 01:56:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28318#M822</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-04-23T01:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve Shared Folder and Modifier information in /metadata call</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28319#M823</link>
      <description>&lt;P&gt;Good to know.  I've signed up for that beta.  This is definitely a feature we'd want in our application.  Thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 01:59:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-retrieve-Shared-Folder-and-Modifier-information-in/m-p/28319#M823</guid>
      <dc:creator>PIttsburgh Menn</dc:creator>
      <dc:date>2015-04-23T01:59:56Z</dc:date>
    </item>
  </channel>
</rss>

