<?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: Dynamically create apps in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dynamically-create-apps/m-p/260792#M15207</link>
    <description>I see, thanks for clarifying. The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons.&lt;BR /&gt;&lt;BR /&gt;However if you did want to go this route, instead of kicking off the authorization flow, you would manually use an existing access token for your account and app. (Just be careful not to revoke it, e.g. via &lt;A href="https://www.dropbox.com/account/connected_apps" target="_blank"&gt;https://www.dropbox.com/account/connected_apps&lt;/A&gt; .)&lt;BR /&gt;&lt;BR /&gt;Of course, you would be more likely to hit the rate limits. I'll send this along as a feature request for a better way to handle this, or a way to programmatically register API apps, but I'm not aware of any plans to add those right now.&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Jan 2018 17:46:40 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-01-16T17:46:40Z</dc:date>
    <item>
      <title>Dynamically create apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dynamically-create-apps/m-p/260703#M15197</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm designing an app, where users would potentially make a lot of queries to the Dropbox API (it will make use of very active file-sharing). And this amount of requests by all the users will obviously hit the rate limiting for a single Dropbox app. But it will be fine for a single user though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So&amp;nbsp;I came up with the idea of creating a Dropbox app &lt;STRONG&gt;per user&lt;/STRONG&gt; of my app (so each user would work with Dropbox API through their own token).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is: is there a way of&amp;nbsp;creating API apps (to obtain API tokens) automatically? So each new user of my app will obtain his own Dropbox token (under the hood).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:16:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dynamically-create-apps/m-p/260703#M15197</guid>
      <dc:creator>GreenbackBoogie</dc:creator>
      <dc:date>2019-05-29T09:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically create apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dynamically-create-apps/m-p/260787#M15204</link>
      <description>Dropbox doesn't offer a way to automatically create API apps. &lt;BR /&gt;&lt;BR /&gt;The Dropbox API rate limiting system does work per-app-user though, so using a single app should be fine anyway.</description>
      <pubDate>Tue, 16 Jan 2018 17:33:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dynamically-create-apps/m-p/260787#M15204</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-16T17:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically create apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dynamically-create-apps/m-p/260791#M15206</link>
      <description>Hi, Greg. Yes, it works per-app-user - if a user is authorizing the app. But if the only authorized user is me and I use my own user-token on the back-end (so my app is kind of a "proxy" or "gateway" between end-users and Dropbox), then all the requests will be performed against a single token (mine).</description>
      <pubDate>Tue, 16 Jan 2018 17:41:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dynamically-create-apps/m-p/260791#M15206</guid>
      <dc:creator>GreenbackBoogie</dc:creator>
      <dc:date>2018-01-16T17:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically create apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dynamically-create-apps/m-p/260792#M15207</link>
      <description>I see, thanks for clarifying. The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons.&lt;BR /&gt;&lt;BR /&gt;However if you did want to go this route, instead of kicking off the authorization flow, you would manually use an existing access token for your account and app. (Just be careful not to revoke it, e.g. via &lt;A href="https://www.dropbox.com/account/connected_apps" target="_blank"&gt;https://www.dropbox.com/account/connected_apps&lt;/A&gt; .)&lt;BR /&gt;&lt;BR /&gt;Of course, you would be more likely to hit the rate limits. I'll send this along as a feature request for a better way to handle this, or a way to programmatically register API apps, but I'm not aware of any plans to add those right now.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jan 2018 17:46:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dynamically-create-apps/m-p/260792#M15207</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-16T17:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically create apps</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dynamically-create-apps/m-p/260793#M15208</link>
      <description>Thank's a lot! I hope this feature will arrive some day &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;</description>
      <pubDate>Tue, 16 Jan 2018 17:48:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dynamically-create-apps/m-p/260793#M15208</guid>
      <dc:creator>GreenbackBoogie</dc:creator>
      <dc:date>2018-01-16T17:48:52Z</dc:date>
    </item>
  </channel>
</rss>

