<?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: VBA Code to list dropbox folder ownership in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/VBA-Code-to-list-dropbox-folder-ownership/m-p/299108#M18169</link>
    <description>&lt;P&gt;Yes,&amp;nbsp;Dropbox offers an API you can use to programmatically list, upload, and download files, among other operations, such as checking sharing metadata.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example to list any/all files and folders in an account:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To download files:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-download&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To list shared folders in an account:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders-continue&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To list the members (including the owner) of a shared folder:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members-continue&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 25 Sep 2018 14:39:21 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-09-25T14:39:21Z</dc:date>
    <item>
      <title>VBA Code to list dropbox folder ownership</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/VBA-Code-to-list-dropbox-folder-ownership/m-p/299050#M18162</link>
      <description>I have to transfer the files of several coworkers from Dropbox to Onedrive. Many of these folders are being shared among themseleves. So, the folders to be transferred from each person's account should be those folders owned by each person. This way, after transferring the files, each person will be able to re-share their folders. Is there anyway I can build a vba module in Excel to make a list of Dropbox folders that includes whos the owner?</description>
      <pubDate>Wed, 29 May 2019 09:10:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/VBA-Code-to-list-dropbox-folder-ownership/m-p/299050#M18162</guid>
      <dc:creator>Hector C.</dc:creator>
      <dc:date>2019-05-29T09:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: VBA Code to list dropbox folder ownership</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/VBA-Code-to-list-dropbox-folder-ownership/m-p/299108#M18169</link>
      <description>&lt;P&gt;Yes,&amp;nbsp;Dropbox offers an API you can use to programmatically list, upload, and download files, among other operations, such as checking sharing metadata.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example to list any/all files and folders in an account:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To download files:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-download&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To list shared folders in an account:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders-continue&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To list the members (including the owner) of a shared folder:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folder_members-continue&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:39:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/VBA-Code-to-list-dropbox-folder-ownership/m-p/299108#M18169</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-09-25T14:39:21Z</dc:date>
    </item>
  </channel>
</rss>

