<?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: How to access my personal account from the API? in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-access-my-personal-account-from-the-API/m-p/404456#M1066</link>
    <description>&lt;P&gt;Yes, you can use the&amp;nbsp;Dropbox API to access your entire account.&amp;nbsp;The level of access that an app has depends on what permission it is registered for. It sounds like the OAuth flow you're looking at is for an app with full Dropbox access, but the app you registered yourself only has app folder access. You can find more information on the different permissions here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_blank"&gt;https://www.dropbox.com/developers/reference/developer-guide#app-permissions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The permission for the app is chosen when first registering the app. Since you registered an app for the "app folder" permission, you'll need to register another one for the "Full Dropbox" permission instead, if you wish to use the API via your app to access other folders:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/apps/create" target="_blank"&gt;https://www.dropbox.com/developers/apps/create&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2020 13:40:11 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-03-26T13:40:11Z</dc:date>
    <item>
      <title>How to access my personal account from the API?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-access-my-personal-account-from-the-API/m-p/404357#M1065</link>
      <description>&lt;P&gt;I tried to access my personal account through the python API, but it seems I cannot figure out how to do it. I created an App but then I can only access the App's folder and not my personal folders with all my other stuff in it (one directory higher outside of "Apps" directory).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to have API access to my own personal account through the dropbox API or is this functionality reserved only for Apps? In the dialog where the OAuth accss token can be found, it says that the OAuth token will have access to the whole account with the email but it seems that is not true...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instane, in the python API, when I use the method `dbx.files_list_folder()` I can only see the folders within my App and not my account folders...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 03:29:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-access-my-personal-account-from-the-API/m-p/404357#M1065</guid>
      <dc:creator>jwillette</dc:creator>
      <dc:date>2020-03-26T03:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to access my personal account from the API?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-access-my-personal-account-from-the-API/m-p/404456#M1066</link>
      <description>&lt;P&gt;Yes, you can use the&amp;nbsp;Dropbox API to access your entire account.&amp;nbsp;The level of access that an app has depends on what permission it is registered for. It sounds like the OAuth flow you're looking at is for an app with full Dropbox access, but the app you registered yourself only has app folder access. You can find more information on the different permissions here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_blank"&gt;https://www.dropbox.com/developers/reference/developer-guide#app-permissions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The permission for the app is chosen when first registering the app. Since you registered an app for the "app folder" permission, you'll need to register another one for the "Full Dropbox" permission instead, if you wish to use the API via your app to access other folders:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/apps/create" target="_blank"&gt;https://www.dropbox.com/developers/apps/create&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 13:40:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-access-my-personal-account-from-the-API/m-p/404456#M1066</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-03-26T13:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to access my personal account from the API?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-access-my-personal-account-from-the-API/m-p/404622#M1067</link>
      <description>&lt;P&gt;That was the solution, thank you. I forgot I did this, and I originally thought that the folder created by the app would be able to be shared to other users which is why I restricted the API access to only that folder. After finding out this was not possible and wanting to access my main account, I had forgotten about that setting. It would really be more intuitive if the folder within the app could be shared like any other dropbox folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the answer&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 02:09:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-access-my-personal-account-from-the-API/m-p/404622#M1067</guid>
      <dc:creator>jwillette</dc:creator>
      <dc:date>2020-03-27T02:09:36Z</dc:date>
    </item>
  </channel>
</rss>

