<?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 General direction in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/General-direction/m-p/697785#M31168</link>
    <description>&lt;P&gt;So I am writing a Node js application for my company.&amp;nbsp; We already have a business Dropbox account.&amp;nbsp; The app will monitor a company network folder and upload files to our Dropbox folder for one of our vendors to process.&amp;nbsp; I've already created an app within the app console to use its own folder.&amp;nbsp; Generated tokens work fine, but then I try to go through the authorization flow, all the dropbox-v2-api examples involve opening a browser and authenticating.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My app will be running in a VM without user intervention.&amp;nbsp; This makes me think that I'm not understanding the use method for these "apps".&amp;nbsp; If I work just in the file system and install the Dropbox client (sync) software, I get some popups asking if I'm sure I want to perform a task (like delete a file).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Help me to understand how I'm supposed to proceed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time,&lt;/P&gt;
&lt;P&gt;jhoybs&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jul 2023 05:20:05 GMT</pubDate>
    <dc:creator>jhoybs</dc:creator>
    <dc:date>2023-07-11T05:20:05Z</dc:date>
    <item>
      <title>General direction</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/General-direction/m-p/697785#M31168</link>
      <description>&lt;P&gt;So I am writing a Node js application for my company.&amp;nbsp; We already have a business Dropbox account.&amp;nbsp; The app will monitor a company network folder and upload files to our Dropbox folder for one of our vendors to process.&amp;nbsp; I've already created an app within the app console to use its own folder.&amp;nbsp; Generated tokens work fine, but then I try to go through the authorization flow, all the dropbox-v2-api examples involve opening a browser and authenticating.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My app will be running in a VM without user intervention.&amp;nbsp; This makes me think that I'm not understanding the use method for these "apps".&amp;nbsp; If I work just in the file system and install the Dropbox client (sync) software, I get some popups asking if I'm sure I want to perform a task (like delete a file).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Help me to understand how I'm supposed to proceed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time,&lt;/P&gt;
&lt;P&gt;jhoybs&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 05:20:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/General-direction/m-p/697785#M31168</guid>
      <dc:creator>jhoybs</dc:creator>
      <dc:date>2023-07-11T05:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: General direction</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/General-direction/m-p/698014#M31177</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on some of the information you have provided, you will want to ensure the app you have created has "App folder" access and not "Full Dropbox".&amp;nbsp; You can confirm this information by navigating to your Dropbox account's &lt;A href="https://www.dropbox.com/developers/apps" target="_blank"&gt;App Console&lt;/A&gt;&amp;nbsp;and looking at the "Permission type" for the app.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a reminder, "App folder "access means your app will get read and write access to the app's specific folder, exclusively, inside users' Dropbox. An app with "Full Dropbox" access will get full access to all the files and folders in your users' Dropbox. You can learn more about permissions in the developer guide's &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_blank"&gt;App permissions&lt;/A&gt; section.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as authorization and access tokens, if your app will be running with minimal to no user interaction, you will want to request an access token with offline access, by including the parameter&amp;nbsp;&lt;FONT face="andale mono,times" size="2"&gt;token_access_type=offline&lt;/FONT&gt;&amp;nbsp;in the authorization URL, when your app is authorized by a user for the first time:&lt;/P&gt;
&lt;PRE class="literal-block"&gt;https://www.dropbox.com/oauth2/authorize?client_id=&amp;lt;APP_KEY&amp;gt;&amp;amp;token_access_type=offline&amp;amp;response_type=code&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For further clarification, feel free to review the &lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank"&gt;Dropbox OAuth Guide&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 16:39:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/General-direction/m-p/698014#M31177</guid>
      <dc:creator>DB-Des</dc:creator>
      <dc:date>2023-07-11T16:39:30Z</dc:date>
    </item>
  </channel>
</rss>

