<?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: Clients Submit Files Via Dropbox in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321426#M18927</link>
    <description>&lt;P&gt;Do I have to have a business account in order to play in the business sandbox?&amp;nbsp; That doesn't really work for me.&amp;nbsp; I need to know if I can perform my task, to know that this is a possible solution for my needs.&amp;nbsp; It's backwards to ask someone to buy a car to see if it is the right choice.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jan 2019 17:58:38 GMT</pubDate>
    <dc:creator>Rich F.5</dc:creator>
    <dc:date>2019-01-04T17:58:38Z</dc:date>
    <item>
      <title>Clients Submit Files Via Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321254#M18917</link>
      <description>&lt;P&gt;I have an opportunity to have clients submit large files.&amp;nbsp; Instead of a form post in a browser, it would be nice to maintain a shared folder for each client.&amp;nbsp; I'd use my API to deal with the files and place error files or some kind of log within each client's folder.&lt;/P&gt;&lt;P&gt;Is Dropbox made for this sort of thing?&amp;nbsp; With the API I can't find list_folder_members, so I'm wondering if I have the right app type.&amp;nbsp; The error I'm getting is that my app type disallows this type of call.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;members = client.list_folder_members("alpha")&lt;/P&gt;&lt;P&gt;Any insight appreciated.&amp;nbsp; Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:08:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321254#M18917</guid>
      <dc:creator>Rich F.5</dc:creator>
      <dc:date>2019-05-29T09:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Clients Submit Files Via Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321402#M18921</link>
      <description>&lt;P&gt;Dropbox does offer an API you can use for listing, uploading, and downloading files, among other operations. You can also perform these operations in shared folders. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs &lt;A href="https://www.dropbox.com/developers" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The specific issue you're seeing with "list_folder_members"&amp;nbsp;method is because you're trying to call it with an access token for an app registered for the "app folder" &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_self"&gt;permission&lt;/A&gt;. That endpoint doesn't support apps with the app folder permission. You should use an app with the "full Dropbox" permission for that instead. (You can register one&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/apps/create" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;if you haven't already.)&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 16:18:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321402#M18921</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-01-04T16:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Clients Submit Files Via Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321426#M18927</link>
      <description>&lt;P&gt;Do I have to have a business account in order to play in the business sandbox?&amp;nbsp; That doesn't really work for me.&amp;nbsp; I need to know if I can perform my task, to know that this is a possible solution for my needs.&amp;nbsp; It's backwards to ask someone to buy a car to see if it is the right choice.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 17:58:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321426#M18927</guid>
      <dc:creator>Rich F.5</dc:creator>
      <dc:date>2019-01-04T17:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Clients Submit Files Via Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321430#M18928</link>
      <description>&lt;P&gt;Can you clarify what you mean when you refer to "&lt;SPAN&gt;the business sandbox"?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;None of the functionality mentioned in this thread here requires a Business account. You can register and use a "full Dropbox" app and use shared folders with any account type.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 18:04:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321430#M18928</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-01-04T18:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Clients Submit Files Via Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321432#M18929</link>
      <description>&lt;P&gt;I applied for a Team application and tried to generate an access token:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;Generated access token&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;You must be a team administrator to perform this operation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It seems I'm missing something.&amp;nbsp; I thought it was my current account that's limiting my API access.&amp;nbsp; What have I done wrong here?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 18:10:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321432#M18929</guid>
      <dc:creator>Rich F.5</dc:creator>
      <dc:date>2019-01-04T18:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Clients Submit Files Via Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321434#M18930</link>
      <description>&lt;P&gt;Thanks! I see that you registered a "Dropbox Business API" app. That is for the&amp;nbsp;Dropbox Business API, which has functionality specific to Business teams, so you can only connect that if you have a Business plan.&lt;/P&gt;
&lt;P&gt;For what you described earlier, you should register a "full Dropbox" app. I.e., on &lt;A href="https://www.dropbox.com/developers/apps/create" target="_self"&gt;the app creation page&lt;/A&gt;, select "Dropbox API" &amp;gt; "Full Dropbox" (not "Dropbox Business API"). You can connect that to any account type, and use it to access shared folders.&lt;/P&gt;
&lt;P&gt;(If you've already registered a full&amp;nbsp;Dropbox app, you can find it on &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;the App Console&lt;/A&gt;.)&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 18:15:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Clients-Submit-Files-Via-Dropbox/m-p/321434#M18930</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-01-04T18:15:18Z</dc:date>
    </item>
  </channel>
</rss>

