<?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: Way to have a Dropbox folder selector in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Way-to-have-a-Dropbox-folder-selector/m-p/332604#M522</link>
    <description>&lt;P&gt;Yes, to list the contents of a connected user's account, you should use the&amp;nbsp;/2/files/list_folder[/continue] methods:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&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;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To list the root, use the empty string "" as the path value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that these methods will also list files too, but you can filter those out client-side.&lt;/P&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2019 16:53:07 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-03-07T16:53:07Z</dc:date>
    <item>
      <title>Way to have a Dropbox folder selector</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Way-to-have-a-Dropbox-folder-selector/m-p/332287#M517</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;So just wondering if there is a package or feature that can get a user's dropbox folder and upload documents to that file path using an api POST call to upload a document?&lt;/P&gt;&lt;P&gt;For more information a package or function that has a pop up window, allows user to select a folder, then when user uses my app and they decide to upload then it uses that upload path.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:05:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Way-to-have-a-Dropbox-folder-selector/m-p/332287#M517</guid>
      <dc:creator>IlikeToDevelopS</dc:creator>
      <dc:date>2019-05-29T09:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Way to have a Dropbox folder selector</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Way-to-have-a-Dropbox-folder-selector/m-p/332407#M518</link>
      <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/55032762/dropbox-selector-just-for-folders" target="_self"&gt;https://stackoverflow.com/questions/55032762/dropbox-selector-just-for-folders&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;Based on your description, the closest thing we offer is the "Dropbox Saver":&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/saver&amp;nbsp;" target="_blank" rel="noopener"&gt;https://www.dropbox.com/developers/saver&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If that isn't quite what you're looking for, you'd need to build your own UI for selecting the folder and and code for uploading files using&amp;nbsp;&lt;A href="https://www.dropbox.com/developers" target="_self"&gt;the API&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 16:50:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Way-to-have-a-Dropbox-folder-selector/m-p/332407#M518</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-07T16:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Way to have a Dropbox folder selector</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Way-to-have-a-Dropbox-folder-selector/m-p/332477#M519</link>
      <description>&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;Okay, is there a way to get a list of folders for a user's dropbox? say I want to get all folders from a user, is there an api call or any documentation that supports this feature/function?&lt;/P&gt;&lt;P&gt;Thanks Greg&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 22:05:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Way-to-have-a-Dropbox-folder-selector/m-p/332477#M519</guid>
      <dc:creator>IlikeToDevelopS</dc:creator>
      <dc:date>2019-03-06T22:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Way to have a Dropbox folder selector</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Way-to-have-a-Dropbox-folder-selector/m-p/332604#M522</link>
      <description>&lt;P&gt;Yes, to list the contents of a connected user's account, you should use the&amp;nbsp;/2/files/list_folder[/continue] methods:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&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;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To list the root, use the empty string "" as the path value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that these methods will also list files too, but you can filter those out client-side.&lt;/P&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 16:53:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Way-to-have-a-Dropbox-folder-selector/m-p/332604#M522</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-07T16:53:07Z</dc:date>
    </item>
  </channel>
</rss>

