<?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: Hardcode authentication/api to a single Dropbox account? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hardcode-authentication-api-to-a-single-Dropbox-account/m-p/397#M30</link>
    <description>&lt;P&gt;@Jason yep, that makes sense, but doing everything client side for this app since I'm being lazy and trying to build a prototype.&lt;/P&gt;

&lt;P&gt;@Greg K - got it yeah, kinda figured that, so would need to get a valid token and then hardcode that into the flow... I understand the risks there of course...&lt;/P&gt;

&lt;P&gt;I'm basically trying to use dropbox as a file server that can receive a new file then spit out a dl link that can be shared, kind of a janky use case.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Dec 2014 09:18:52 GMT</pubDate>
    <dc:creator>Brendan C.</dc:creator>
    <dc:date>2014-12-10T09:18:52Z</dc:date>
    <item>
      <title>Hardcode authentication/api to a single Dropbox account?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hardcode-authentication-api-to-a-single-Dropbox-account/m-p/394#M27</link>
      <description>&lt;P&gt;Hello - new to the Dropbox API and wondering if it's possible to hardcode the Dropbox account that an app using the API would authenticate/connect to?&lt;/P&gt;

&lt;P&gt;In other words - when a user takes some action in my app - I want to save the file output of that action to MY Dropbox account, not ask them to authenticate into their account.&lt;/P&gt;

&lt;P&gt;Let me know if that doesn't make sense!&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Brendan&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:47:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hardcode-authentication-api-to-a-single-Dropbox-account/m-p/394#M27</guid>
      <dc:creator>Brendan C.</dc:creator>
      <dc:date>2019-05-29T09:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hardcode authentication/api to a single Dropbox account?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hardcode-authentication-api-to-a-single-Dropbox-account/m-p/395#M28</link>
      <description>&lt;P&gt;I would recommend you to have a server to automatically upload files to your dropbox, rather than hard-coding your keys and keys in your app which could potentially allow people to upload whatever they want (malware, executables) and how much they want.&lt;/P&gt;

&lt;P&gt;If you really want hard code your keys, you can try using the OAuth API &lt;A href="https://www.dropbox.com/developers/core/docs" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs&lt;/A&gt; to generate a key, and then hardcode that key for requests in your app.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Dec 2014 18:45:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hardcode-authentication-api-to-a-single-Dropbox-account/m-p/395#M28</guid>
      <dc:creator>Jason C.</dc:creator>
      <dc:date>2014-12-07T18:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hardcode authentication/api to a single Dropbox account?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hardcode-authentication-api-to-a-single-Dropbox-account/m-p/396#M29</link>
      <description>&lt;P&gt;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;/P&gt;

&lt;P&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 app. (Just be careful not to revoke it, e.g. via &lt;A href="https://www.dropbox.com/account/security" rel="nofollow noreferrer"&gt;https://www.dropbox.com/account/security&lt;/A&gt; .)&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2014 03:37:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hardcode-authentication-api-to-a-single-Dropbox-account/m-p/396#M29</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2014-12-09T03:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hardcode authentication/api to a single Dropbox account?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hardcode-authentication-api-to-a-single-Dropbox-account/m-p/397#M30</link>
      <description>&lt;P&gt;@Jason yep, that makes sense, but doing everything client side for this app since I'm being lazy and trying to build a prototype.&lt;/P&gt;

&lt;P&gt;@Greg K - got it yeah, kinda figured that, so would need to get a valid token and then hardcode that into the flow... I understand the risks there of course...&lt;/P&gt;

&lt;P&gt;I'm basically trying to use dropbox as a file server that can receive a new file then spit out a dl link that can be shared, kind of a janky use case.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 09:18:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Hardcode-authentication-api-to-a-single-Dropbox-account/m-p/397#M30</guid>
      <dc:creator>Brendan C.</dc:creator>
      <dc:date>2014-12-10T09:18:52Z</dc:date>
    </item>
  </channel>
</rss>

