<?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: NodeJs application with Dropbox in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680319#M30668</link>
    <description>&lt;P&gt;If you're using Node.js and need to interact with the Dropbox API, we recommend using &lt;A href="https://github.com/dropbox/dropbox-sdk-js" target="_blank"&gt;the official Dropbox API v2 JavaScript SDK&lt;/A&gt;, which supports Node.js. You can find &lt;A href="https://github.com/dropbox/dropbox-sdk-js/tree/main/examples" target="_blank"&gt;sample code for that here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note though that you should not be sharing access tokens with other users. The API was designed with the intention that each user would link their own Dropbox account, receiving their own access token(s), in order to interact with their own files. While it is technically possible to share an access token and always connect to just one account for all users, we do not officially support this, for various technical and security reasons.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2023 19:00:23 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-04-27T19:00:23Z</dc:date>
    <item>
      <title>NodeJs application with Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680311#M30667</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am developing a Nodejs application, with a react frontend and MySQL database. So this database will store information about the documents in the dropbox folders. (the documents table with attribute folders and etc.) So in my app I am controlling the uploading, editing, moving, signing document. At first it will be uploaded by someone so the database record will be made and then the rest of the actions too will be available from the frontend. What is the easy way to do. Are there any similar work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And if i give the access token to the people who login to the app is it ok?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 18:45:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680311#M30667</guid>
      <dc:creator>Tshaniii</dc:creator>
      <dc:date>2023-04-27T18:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: NodeJs application with Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680319#M30668</link>
      <description>&lt;P&gt;If you're using Node.js and need to interact with the Dropbox API, we recommend using &lt;A href="https://github.com/dropbox/dropbox-sdk-js" target="_blank"&gt;the official Dropbox API v2 JavaScript SDK&lt;/A&gt;, which supports Node.js. You can find &lt;A href="https://github.com/dropbox/dropbox-sdk-js/tree/main/examples" target="_blank"&gt;sample code for that here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note though that you should not be sharing access tokens with other users. The API was designed with the intention that each user would link their own Dropbox account, receiving their own access token(s), in order to interact with their own files. While it is technically possible to share an access token and always connect to just one account for all users, we do not officially support this, for various technical and security reasons.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 19:00:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680319#M30668</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-04-27T19:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: NodeJs application with Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680320#M30669</link>
      <description>&lt;P&gt;Thank you Greg!.&amp;nbsp; May I know how i can enable a user who logs in to the web application (nodejs app) using their email, at the same time get an access token for their email. Or continue woking in the nodejs app with files using the email address.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 19:05:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680320#M30669</guid>
      <dc:creator>Tshaniii</dc:creator>
      <dc:date>2023-04-27T19:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: NodeJs application with Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680323#M30670</link>
      <description>&lt;P&gt;For information on how apps can use the OAuth app authorization flow to have end-users authorize an app to access their accounts, please read &lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank"&gt;the OAuth Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To see how to use the JavaScript SDK for this, check out &lt;A href="https://github.com/dropbox/dropbox-sdk-js/tree/main/examples" target="_blank"&gt;the examples included with the SDK&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 19:07:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680323#M30670</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-04-27T19:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: NodeJs application with Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680335#M30671</link>
      <description>&lt;P&gt;one more question. i have trouble in using the react front end&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 19:18:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680335#M30671</guid>
      <dc:creator>Tshaniii</dc:creator>
      <dc:date>2023-04-27T19:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: NodeJs application with Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680342#M30673</link>
      <description>&lt;P&gt;I can't offer help with React itself, as that's not made by Dropbox, so I suggest referring to the React documentation/support resources for help with that.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 19:24:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680342#M30673</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-04-27T19:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: NodeJs application with Dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680343#M30674</link>
      <description>&lt;P&gt;tnx!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 19:25:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJs-application-with-Dropbox/m-p/680343#M30674</guid>
      <dc:creator>Tshaniii</dc:creator>
      <dc:date>2023-04-27T19:25:00Z</dc:date>
    </item>
  </channel>
</rss>

