<?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 How to customize API Request Authorization Webpage in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-customize-API-Request-Authorization-Webpage/m-p/512785#M25212</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Our team uses Objective-C SDK to help users upload &amp;amp; download files from Dropbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Here is the webpage when we request API authorization :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="trendmacdev_0-1618214945505.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/22971i51D93DDC17B6013C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="trendmacdev_0-1618214945505.png" alt="trendmacdev_0-1618214945505.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; But we found some other app's webpage is different, for instance:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="trendmacdev_1-1618215140482.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/22972i45B4F718687AF370/image-size/medium?v=v2&amp;amp;px=400" role="button" title="trendmacdev_1-1618215140482.png" alt="trendmacdev_1-1618215140482.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; The content is much more concise than ours. How can we customize our webpage like this?&amp;nbsp;Is the way we use the SDK incorrect？Please help us solve this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Cotin Yang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Apr 2021 08:18:06 GMT</pubDate>
    <dc:creator>trendmacdev</dc:creator>
    <dc:date>2021-04-12T08:18:06Z</dc:date>
    <item>
      <title>How to customize API Request Authorization Webpage</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-customize-API-Request-Authorization-Webpage/m-p/512785#M25212</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Our team uses Objective-C SDK to help users upload &amp;amp; download files from Dropbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Here is the webpage when we request API authorization :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="trendmacdev_0-1618214945505.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/22971i51D93DDC17B6013C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="trendmacdev_0-1618214945505.png" alt="trendmacdev_0-1618214945505.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; But we found some other app's webpage is different, for instance:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="trendmacdev_1-1618215140482.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/22972i45B4F718687AF370/image-size/medium?v=v2&amp;amp;px=400" role="button" title="trendmacdev_1-1618215140482.png" alt="trendmacdev_1-1618215140482.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; The content is much more concise than ours. How can we customize our webpage like this?&amp;nbsp;Is the way we use the SDK incorrect？Please help us solve this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Cotin Yang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 08:18:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-customize-API-Request-Authorization-Webpage/m-p/512785#M25212</guid>
      <dc:creator>trendmacdev</dc:creator>
      <dc:date>2021-04-12T08:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize API Request Authorization Webpage</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-customize-API-Request-Authorization-Webpage/m-p/512886#M25221</link>
      <description>&lt;P&gt;The second screenshot shows an app using a legacy non-scoped permission, which is being phased out. The first screenshot shows a scoped app, which offers more granular information and control over the permission being requested. It is not possible to revert a scoped app to a non-scoped app. The best practice is to request the minimum scopes needed. What you have looks correct if you only need access to basic account information and the ability to read and write file data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find more information on scopes in &lt;A href="https://developers.dropbox.com/oauth-guide" target="_self"&gt;the OAuth Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_self"&gt;authorization documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 15:02:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-customize-API-Request-Authorization-Webpage/m-p/512886#M25221</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-04-12T15:02:20Z</dc:date>
    </item>
  </channel>
</rss>

