<?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 Localhost in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/620267#M28575</link>
    <description>&lt;P&gt;As reported by the documentation I used http: // localhost as a redirect uri. Since my system did not allow me to access this page, I installed microsoft IIS: now http: // localhost is accessible and shows a welcome page in IIS, but it does not work as redirect uri: it does not return an authentication code in the title or in the url . Can you help me? Thank you&lt;/P&gt;</description>
    <pubDate>Sun, 04 Sep 2022 10:23:40 GMT</pubDate>
    <dc:creator>angelo_costantino</dc:creator>
    <dc:date>2022-09-04T10:23:40Z</dc:date>
    <item>
      <title>Localhost</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/620267#M28575</link>
      <description>&lt;P&gt;As reported by the documentation I used http: // localhost as a redirect uri. Since my system did not allow me to access this page, I installed microsoft IIS: now http: // localhost is accessible and shows a welcome page in IIS, but it does not work as redirect uri: it does not return an authentication code in the title or in the url . Can you help me? Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2022 10:23:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/620267#M28575</guid>
      <dc:creator>angelo_costantino</dc:creator>
      <dc:date>2022-09-04T10:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/620735#M28619</link>
      <description>&lt;P&gt;I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the name and version number of the Dropbox SDK/library you are using, if any&lt;/LI&gt;
&lt;LI&gt;the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)&lt;/LI&gt;
&lt;LI&gt;the full text of any error or unexpected output&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 06 Sep 2022 13:33:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/620735#M28619</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-06T13:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/620882#M28650</link>
      <description>&lt;P&gt;In the Delphi area of Embarcadero I use REST technology to take advantage of the services made available by the DropBox APIs. At the time of the authentication request (code), the system replied that the http: // localhost site was inaccessible. After trying to act on the Windows Firewall and on the router, trying to open some ports without success, I installed Microsoft IIS: from that moment my app, in the phase of returning the authentication code, simply opens the site http: // localhost , which is nothing more than a welcome page in IIS, without generating a change of the title or the URL from which to take the authentication code. The app, tested using the redirect uri provided by OneDrive&amp;nbsp; (&lt;A href="https://login.microsoftonline.com/common/oauth2/nativeclient" target="_blank"&gt;https://login.microsoftonline.com/common/oauth2/nativeclient&lt;/A&gt;) , works perfectly. Thanks for the support.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 00:07:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/620882#M28650</guid>
      <dc:creator>angelo_costantino</dc:creator>
      <dc:date>2022-09-07T00:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/620996#M28661</link>
      <description>&lt;P&gt;Thanks for following up. Just to clarify, do you still need help on the Dropbox API side of things? (If so, please show us what currently isn't working.)&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 14:24:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/620996#M28661</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-07T14:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/621154#M28690</link>
      <description>&lt;P&gt;As I said my app works perfectly if I use the Microsoft OneDrive uri redirect. I wonder if this is a valid solution or if instead it is better to experiment with a different redirect uri, more linked to the DropBox world. Thanks for the reply.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 00:39:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/621154#M28690</guid>
      <dc:creator>angelo_costantino</dc:creator>
      <dc:date>2022-09-08T00:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Localhost</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/621275#M28696</link>
      <description>&lt;P&gt;The redirect URI you use (if any) is up to you as the developer. It is intended to be a URI you control, but you can choose whatever is appropriate and functional for your scenario.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not clear how you're accessing the authorization code on the redirect URI if you don't control the redirect URI though, since that URI is on a domain/server you presumably don't have access to. Note that the OAuth app authorization flow should not be processed in an embedded browser or web view, per &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_blank"&gt;the documentation&lt;/A&gt;; it should only be processed in the user's system browser.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 14:19:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Localhost/m-p/621275#M28696</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-09-08T14:19:46Z</dc:date>
    </item>
  </channel>
</rss>

