<?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: oauth2 dropbox connection problem in IE 11 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/oauth2-dropbox-connection-problem-in-IE-11/m-p/220106#M11628</link>
    <description>&lt;P&gt;I just tried the&amp;nbsp;Dropbox OAuth 2 flow in IE 11, and I didn't&amp;nbsp;receive the extra '/', so it looks like this is being added on your app's side, presumably due to how to AngularJS works. AngularJS is made by a&amp;nbsp;third party though, so I'm afraid I can't offer help with it. You may want to refer to the documentation for AngularJS to see how you can handle this scenario, or ask for help on an AngularJS forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, I see you edited it out, but for the sake of security, you should disable the&amp;nbsp;access token that you posted originally. You can do so by revoking access to the app entirely, if the access token is for your account, here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/account/security" target="_blank"&gt;https://www.dropbox.com/account/security&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, you can disable just that&amp;nbsp;access token using the API:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2017 21:39:25 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-05-08T21:39:25Z</dc:date>
    <item>
      <title>oauth2 dropbox connection problem in IE 11</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/oauth2-dropbox-connection-problem-in-IE-11/m-p/220056#M11617</link>
      <description>&lt;P&gt;hello , I am facing a problem in connecting dropbox using oauth2 api to my app in IE 11 only. In other browsers , it is working fine .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually when I &amp;nbsp;request for connection in other browsers, after verfication response Url I am getting is like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class="container"&gt;&lt;DIV class="line number1 index0 alt2"&gt;&lt;A href="https://www.example.com/mycallback/#access_token=&amp;lt;access" target="_blank"&gt;https://www.example.com/mycallback/#access_token=&amp;lt;access&lt;/A&gt; token&amp;gt;&amp;amp;token_type=Bearer&amp;amp;uid=&amp;lt;user ID&amp;gt;&amp;amp;state=&amp;lt;CSRF token&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and app get connect successfully in this situation .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In IE11 when request is sent and after verification, in response url , one slash is getting appended automatically after # due to which redirect url fails to connect and app is redirect to my default routing page .&lt;/P&gt;&lt;P&gt;here is url which I got in IE11 case like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class="container"&gt;&lt;DIV class="line number1 index0 alt2"&gt;&lt;A href="https://www.example.com/mycallback/#/access_token=&amp;lt;access" target="_blank"&gt;https://www.example.com/mycallback/#/access_token=&amp;lt;access&lt;/A&gt; token&amp;gt;&amp;amp;token_type=Bearer&amp;amp;uid=&amp;lt;user ID&amp;gt;&amp;amp;state=&amp;lt;CSRF token&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please provide me the solution ,I am using angular js for connection&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:22:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/oauth2-dropbox-connection-problem-in-IE-11/m-p/220056#M11617</guid>
      <dc:creator>raghavtyagi</dc:creator>
      <dc:date>2019-05-29T09:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: oauth2 dropbox connection problem in IE 11</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/oauth2-dropbox-connection-problem-in-IE-11/m-p/220106#M11628</link>
      <description>&lt;P&gt;I just tried the&amp;nbsp;Dropbox OAuth 2 flow in IE 11, and I didn't&amp;nbsp;receive the extra '/', so it looks like this is being added on your app's side, presumably due to how to AngularJS works. AngularJS is made by a&amp;nbsp;third party though, so I'm afraid I can't offer help with it. You may want to refer to the documentation for AngularJS to see how you can handle this scenario, or ask for help on an AngularJS forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, I see you edited it out, but for the sake of security, you should disable the&amp;nbsp;access token that you posted originally. You can do so by revoking access to the app entirely, if the access token is for your account, here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/account/security" target="_blank"&gt;https://www.dropbox.com/account/security&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, you can disable just that&amp;nbsp;access token using the API:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 21:39:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/oauth2-dropbox-connection-problem-in-IE-11/m-p/220106#M11628</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-08T21:39:25Z</dc:date>
    </item>
  </channel>
</rss>

