<?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 Dropbox account for users without creating an app for every user account in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-account-for-users-without-creating-an-app-for-every-user/m-p/186083#M7875</link>
    <description>&lt;P&gt;I have a Dropbox account and I have created/ registered an app in App Console. Then using the App key/ App secret for the created app and using OAuth process I have stored my access token in my Asp.Net project database table.I could upload/ download/ delete files from my Dropbox account.There are many users in the project and they have individual Dropbox account.&lt;/P&gt;
&lt;P&gt;Now my requirement is to store access token for every user in my database without creating an app in Dropbox App Console(&lt;A href="https://www.dropbox.com/developers/apps" rel="nofollow noreferrer" target="_blank"&gt;https://www.dropbox.com/developers/apps&lt;/A&gt;) for every user Dropbox account.&lt;/P&gt;
&lt;P&gt;Is there any way to fulfill my requirement?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:33:12 GMT</pubDate>
    <dc:creator>Gopal B.</dc:creator>
    <dc:date>2019-05-29T09:33:12Z</dc:date>
    <item>
      <title>Dropbox account for users without creating an app for every user account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-account-for-users-without-creating-an-app-for-every-user/m-p/186083#M7875</link>
      <description>&lt;P&gt;I have a Dropbox account and I have created/ registered an app in App Console. Then using the App key/ App secret for the created app and using OAuth process I have stored my access token in my Asp.Net project database table.I could upload/ download/ delete files from my Dropbox account.There are many users in the project and they have individual Dropbox account.&lt;/P&gt;
&lt;P&gt;Now my requirement is to store access token for every user in my database without creating an app in Dropbox App Console(&lt;A href="https://www.dropbox.com/developers/apps" rel="nofollow noreferrer" target="_blank"&gt;https://www.dropbox.com/developers/apps&lt;/A&gt;) for every user Dropbox account.&lt;/P&gt;
&lt;P&gt;Is there any way to fulfill my requirement?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:33:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-account-for-users-without-creating-an-app-for-every-user/m-p/186083#M7875</guid>
      <dc:creator>Gopal B.</dc:creator>
      <dc:date>2019-05-29T09:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox account for users without creating an app for every user account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-account-for-users-without-creating-an-app-for-every-user/m-p/186084#M7876</link>
      <description>&lt;P&gt;Yes, now that you've tested out the Dropbox API with you own access token (generated in the App Console), you'll want to set up a login process for your users to each get their own access tokens.&lt;/P&gt;
&lt;P&gt;You can use the same app you've created and the same app key and secret. However, each user will need to go through a "connect with Dropbox" style flow to get their own access token, which you can then store in your database.&lt;/P&gt;
&lt;P&gt;Check out this OAuth guide for an overview of the process:&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/reference/oauth-guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The .NET SDK also includes methods for authorizing users and storing tokens:&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/dotnet" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/dotnet&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The sample apps include code for authorizing users. Here's an example I found:&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/master/Examples/SimpleBlogDemo/Controllers/HomeController.cs#L164" rel="nofollow noreferrer"&gt;https://github.com/dropbox/dropbox-sdk-dotnet/blob/master/Examples/SimpleBlogDemo/Controllers/HomeController.cs#L164&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 00:23:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-account-for-users-without-creating-an-app-for-every-user/m-p/186084#M7876</guid>
      <dc:creator>Leah C.1</dc:creator>
      <dc:date>2016-05-27T00:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox account for users without creating an app for every user account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-account-for-users-without-creating-an-app-for-every-user/m-p/186085#M7877</link>
      <description>&lt;P&gt;[Cross-linking with&amp;nbsp;&lt;A href="http://stackoverflow.com/questions/37453249/access-dropbox-account-for-users-without-creating-an-app-for-every-user-account" rel="nofollow noreferrer"&gt;http://stackoverflow.com/questions/37453249/access-dropbox-account-for-users-without-creating-an-app-for-every-user-account&lt;/A&gt; on Stack Overflow.]&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 00:47:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-account-for-users-without-creating-an-app-for-every-user/m-p/186085#M7877</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2016-05-27T00:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox account for users without creating an app for every user account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-account-for-users-without-creating-an-app-for-every-user/m-p/186086#M7878</link>
      <description>&lt;P&gt;Thanks @&lt;STRONG class="comment-author" title="Leah C."&gt;Leah C.&lt;/STRONG&gt; and @&lt;STRONG class="comment-author" title="Steve M."&gt;Steve M.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 10:59:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-account-for-users-without-creating-an-app-for-every-user/m-p/186086#M7878</guid>
      <dc:creator>Gopal B.</dc:creator>
      <dc:date>2016-05-27T10:59:15Z</dc:date>
    </item>
  </channel>
</rss>

