<?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: choose “Permission type: Scoped App” Error in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/choose-Permission-type-Scoped-App-Error/m-p/446588#M23284</link>
    <description>&lt;P&gt;Thank you very much, I didn't pass the "scope" parameter when requesting the "&lt;A href="https://www.dropbox.com/oauth2/authorize" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize&lt;/A&gt;" address. Thank you for your answer.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2020 16:01:38 GMT</pubDate>
    <dc:creator>flyzero</dc:creator>
    <dc:date>2020-08-19T16:01:38Z</dc:date>
    <item>
      <title>choose “Permission type: Scoped App” Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/choose-Permission-type-Scoped-App-Error/m-p/446185#M23266</link>
      <description>&lt;P&gt;I used flutter to develop the app, but there's no official sdk, so I used dropbox api, and when I created the app I chose "Permission type: Scoped App", and I used oauth2/authorize. When you go to log in, nothing responds in the browser, is this a bug?&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Aug 2020 12:09:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/choose-Permission-type-Scoped-App-Error/m-p/446185#M23266</guid>
      <dc:creator>flyzero</dc:creator>
      <dc:date>2020-08-18T12:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: choose “Permission type: Scoped App” Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/choose-Permission-type-Scoped-App-Error/m-p/446259#M23271</link>
      <description>&lt;P&gt;The /oauth2/authorize page and login flow should be working for scoped apps. I just tried it and it is working for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We'll be happy to look into this, but we'll need some more information. First, can you elaborate on what you mean when you say "nothing responds in the browser"? Feel free to provide screenshots or a screencast if that would be helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, please let me know the full&amp;nbsp; URL of the page and the name and version number of the browser(s) where you're seeing this.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 15:18:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/choose-Permission-type-Scoped-App-Error/m-p/446259#M23271</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-08-18T15:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: choose “Permission type: Scoped App” Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/choose-Permission-type-Scoped-App-Error/m-p/446412#M23276</link>
      <description>&lt;P&gt;The video link is&amp;nbsp;&lt;A href="https://www.dropbox.com/s/5i3whls87y3hsop/91ac3c00a35d061ee2bbf06e82989e63.mp4?dl=0" target="_self"&gt;video.mp4&lt;/A&gt;&amp;nbsp;, and brower info is&amp;nbsp;&lt;STRONG&gt;Android 10, chrome 84.0.4147.125&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;url is&amp;nbsp;&lt;A href="https://www.dropbox.com/oauth2/authorize?client_id=xxx&amp;amp;response_type=code&amp;amp;code_challenge=a95bc16631ae2b6fadb455ee018da0adc2703e56d89e3eed074ce56d2f7b1b6a&amp;amp;code_challenge_method=S256&amp;amp;redirect_uri=xxx" target="_self"&gt;https://www.dropbox.com/oauth2/authorize?client_id=xxx&amp;amp;response_type=code&amp;amp;code_challenge=a95bc16631ae2b6fadb455ee018da0adc2703e56d89e3eed074ce56d2f7b1b6a&amp;amp;code_challenge_method=S256&amp;amp;redirect_uri=xxx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;client_id is input my app_key, and redirect_uri such as "scheme://xxx/xx"&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 01:29:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/choose-Permission-type-Scoped-App-Error/m-p/446412#M23276</guid>
      <dc:creator>flyzero</dc:creator>
      <dc:date>2020-08-19T01:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: choose “Permission type: Scoped App” Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/choose-Permission-type-Scoped-App-Error/m-p/446575#M23282</link>
      <description>&lt;P&gt;Thanks! That's helpful. It looks like the issue here is that the app you're attempting to authorize has team scopes, but the account you're signing in to is not on a team, and so cannot connect an app with team scopes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Accordingly, you're being prompted to sign in again with a team account in order to connect the app. Normally, when signing in with&amp;nbsp;Dropbox credentials, the page would show an error message indicating as much. This doesn't appear to be displayed when using the Google Sign In flow though. I'll ask the team to fix that up to show the error in that case as well.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 15:29:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/choose-Permission-type-Scoped-App-Error/m-p/446575#M23282</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-08-19T15:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: choose “Permission type: Scoped App” Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/choose-Permission-type-Scoped-App-Error/m-p/446588#M23284</link>
      <description>&lt;P&gt;Thank you very much, I didn't pass the "scope" parameter when requesting the "&lt;A href="https://www.dropbox.com/oauth2/authorize" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize&lt;/A&gt;" address. Thank you for your answer.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 16:01:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/choose-Permission-type-Scoped-App-Error/m-p/446588#M23284</guid>
      <dc:creator>flyzero</dc:creator>
      <dc:date>2020-08-19T16:01:38Z</dc:date>
    </item>
  </channel>
</rss>

