<?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: Dropbox tutorial is not updated for OAuth and assumes that I can get an ACCESS TOKEN... in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-tutorial-is-not-updated-for-OAuth-and-assumes-that-I-can/m-p/764501#M33440</link>
    <description>&lt;P&gt;Thank you. It was unclear to me that the "Generate" in a box was a button that could be clicked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great to have an example of using OAuth. I'm now working with&amp;nbsp;&lt;A href="https://github.com/donaldm314/dropbox-commandline-oauth-refresh" target="_blank"&gt;https://github.com/donaldm314/dropbox-commandline-oauth-refresh&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, as a side comment, it is nearly impossible for me to read the light grey text on the white background on your web page. Because of anti-aliasing, the letters have a single pixel of color 139/139/139 (where black would be 255/255/255). You may wish to move to a more legible CSS setting.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SimsonG_0-1713310432979.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/45533i21DBFD9287B3E505/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SimsonG_0-1713310432979.png" alt="SimsonG_0-1713310432979.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SimsonG_1-1713310561975.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/45534i8589590D137CFAC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SimsonG_1-1713310561975.png" alt="SimsonG_1-1713310561975.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2024 23:38:02 GMT</pubDate>
    <dc:creator>Simson G.</dc:creator>
    <dc:date>2024-04-16T23:38:02Z</dc:date>
    <item>
      <title>Dropbox tutorial is not updated for OAuth and assumes that I can get an ACCESS TOKEN...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-tutorial-is-not-updated-for-OAuth-and-assumes-that-I-can/m-p/764434#M33436</link>
      <description>&lt;P&gt;I am a fairly experienced developer but new to the Dropbox API.&lt;/P&gt;&lt;P&gt;I am on &lt;A href="https://www.dropbox.com/developers/documentation/python#tutorial" target="_self"&gt;this page, the Dropbox for Python Tutorial.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The example assumes that I can get an ACCESS TOKEN from the &lt;A href="https://www.dropbox.com/developers/apps/info/zi4rmae90ogt8w9" target="_self"&gt;App Console&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;However, my App Console does not offer me an ACCESS TOKEN. It only offers me OAuth tools. I&amp;nbsp; have had bad luck with OAuth 2.0 on platforms other than Google, as there are frequently minor mismatches in OAuth implementations. On Google I use Google's OAuth client.&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is there sample code that works for the Dropbox OAuth implementation?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Why doesn't Dropbox update its tutorial? Am I missing something?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 16 Apr 2024 17:36:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-tutorial-is-not-updated-for-OAuth-and-assumes-that-I-can/m-p/764434#M33436</guid>
      <dc:creator>Simson G.</dc:creator>
      <dc:date>2024-04-16T17:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox tutorial is not updated for OAuth and assumes that I can get an ACCESS TOKEN...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-tutorial-is-not-updated-for-OAuth-and-assumes-that-I-can/m-p/764451#M33437</link>
      <description>&lt;P&gt;Dropbox offers two different ways to get an access token:&lt;/P&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;using the &lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank"&gt;OAuth app authorization flow&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;using the "Generate" button on the app's page on &lt;A href="https://www.dropbox.com/developers/apps" target="_blank"&gt;the App Console&lt;/A&gt; (under "Generated access token" in the "OAuth 2" section on the "Settings" tab of the app's page)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;That "Generate" button is what the Python tutorial is referring to. Note though that the "Generate" button can only be used to get an access token for the particular account that owns the app, and can only generate short-lived access token, not a refresh token.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need long-term access, or to have any other accounts connect to the app, you'll need to use the OAuth app authorization flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://github.com/dropbox/dropbox-sdk-python" target="_blank"&gt;Dropbox Python SDK&lt;/A&gt; does offer support for processing the OAuth app authorization. You can find &lt;A href="https://github.com/dropbox/dropbox-sdk-python/tree/main/example/oauth" target="_blank"&gt;examples of processing the OAuth app authorization flow with the Dropbox Python SDK here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 18:38:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-tutorial-is-not-updated-for-OAuth-and-assumes-that-I-can/m-p/764451#M33437</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-04-16T18:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox tutorial is not updated for OAuth and assumes that I can get an ACCESS TOKEN...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-tutorial-is-not-updated-for-OAuth-and-assumes-that-I-can/m-p/764501#M33440</link>
      <description>&lt;P&gt;Thank you. It was unclear to me that the "Generate" in a box was a button that could be clicked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great to have an example of using OAuth. I'm now working with&amp;nbsp;&lt;A href="https://github.com/donaldm314/dropbox-commandline-oauth-refresh" target="_blank"&gt;https://github.com/donaldm314/dropbox-commandline-oauth-refresh&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, as a side comment, it is nearly impossible for me to read the light grey text on the white background on your web page. Because of anti-aliasing, the letters have a single pixel of color 139/139/139 (where black would be 255/255/255). You may wish to move to a more legible CSS setting.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SimsonG_0-1713310432979.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/45533i21DBFD9287B3E505/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SimsonG_0-1713310432979.png" alt="SimsonG_0-1713310432979.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SimsonG_1-1713310561975.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/45534i8589590D137CFAC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SimsonG_1-1713310561975.png" alt="SimsonG_1-1713310561975.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 23:38:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-tutorial-is-not-updated-for-OAuth-and-assumes-that-I-can/m-p/764501#M33440</guid>
      <dc:creator>Simson G.</dc:creator>
      <dc:date>2024-04-16T23:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox tutorial is not updated for OAuth and assumes that I can get an ACCESS TOKEN...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-tutorial-is-not-updated-for-OAuth-and-assumes-that-I-can/m-p/764628#M33442</link>
      <description>&lt;P&gt;Thanks for the feedback! I'll pass this along to the team.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 13:29:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-tutorial-is-not-updated-for-OAuth-and-assumes-that-I-can/m-p/764628#M33442</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-04-17T13:29:44Z</dc:date>
    </item>
  </channel>
</rss>

