<?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: SimpleTest waits on GetContextAsync() call in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/SimpleTest-waits-on-GetContextAsync-call/m-p/505673#M1793</link>
    <description>&lt;P&gt;Thank you very much Greg.&amp;nbsp; Adding the ipaddress and the port number with authorization in the console worked.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 17:31:47 GMT</pubDate>
    <dc:creator>psray47</dc:creator>
    <dc:date>2021-03-17T17:31:47Z</dc:date>
    <item>
      <title>SimpleTest waits on GetContextAsync() call</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/SimpleTest-waits-on-GetContextAsync-call/m-p/505408#M1787</link>
      <description>&lt;P&gt;I am attempting to retrieve the access token via the Dropbox SDK and I am using the SimpleTest program.&amp;nbsp; The browser keeps going to an error page after log in and the progress in HandleOAuth2Redirect never gets past the call to http.GetContextAsync().&amp;nbsp; Any ideas what I am missing?&lt;/P&gt;&lt;P&gt;Note the error is a 'This site can't be reached&amp;nbsp; The connection was reset' page.&amp;nbsp; The url appears to contain a valid access_token and other valid data but I am not able to collect it programmatically because the listener does not seem to respond?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 20:31:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/SimpleTest-waits-on-GetContextAsync-call/m-p/505408#M1787</guid>
      <dc:creator>psray47</dc:creator>
      <dc:date>2021-03-16T20:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: SimpleTest waits on GetContextAsync() call</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/SimpleTest-waits-on-GetContextAsync-call/m-p/505418#M1788</link>
      <description>&lt;P&gt;We'll be happy to take a look at this, but we could use some more information. Can you let me know:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What version number of the SDK are you using?&lt;/LI&gt;
&lt;LI&gt;Have you made any modifications to the&amp;nbsp;SimpleTest example?&lt;/LI&gt;
&lt;LI&gt;Do you get any error or output in the console in Visual Studio?&lt;/LI&gt;
&lt;LI&gt;What's the full URL of the page with the "This site can't be reached" error? (Be sure to redact any access token though.)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 20:54:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/SimpleTest-waits-on-GetContextAsync-call/m-p/505418#M1788</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-03-16T20:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: SimpleTest waits on GetContextAsync() call</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/SimpleTest-waits-on-GetContextAsync-call/m-p/505420#M1789</link>
      <description>&lt;P&gt;Thanks for the quick response.&amp;nbsp; The version is 6.1.0 though it is the same in 4.9.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made no modifications other than to include my ApiKey value over the xxxxx in the ApiKey assignment and set the LoopbackHost to "https://localhost/" (not sure if that was a change).&lt;/P&gt;&lt;P&gt;Only outputs are typical symbols loaded messages.&amp;nbsp; No other errors.&lt;/P&gt;&lt;P&gt;URL:&amp;nbsp; https://localhost/authorize#uid=2043413648&amp;amp;access_token=xxxxx&amp;amp;token_type=bearer&amp;amp;state=01e0755450044ccc86972ed65edbbc7f&amp;amp;scope=account_info.read+account_info.write+files.content.read+files.content.write+files.metadata.read+files.metadata.write&amp;amp;account_id=dbid%3AAABY27bg64bgzUqQ4xF8XUoxciuqDZAeIdI&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 21:05:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/SimpleTest-waits-on-GetContextAsync-call/m-p/505420#M1789</guid>
      <dc:creator>psray47</dc:creator>
      <dc:date>2021-03-16T21:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: SimpleTest waits on GetContextAsync() call</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/SimpleTest-waits-on-GetContextAsync-call/m-p/505620#M1792</link>
      <description>&lt;P&gt;Thanks! &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/dropbox-sdk-dotnet/Examples/SimpleTest/Program.cs#L23" target="_blank"&gt;The&amp;nbsp;LoopbackHost in the sample code as provided is&amp;nbsp;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;http://127.0.0.1:52475/&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN class="pl-pds"&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/dropbox-sdk-dotnet/Examples/SimpleTest/Program.cs#L23" target="_blank"&gt;"&lt;/A&gt;, not&amp;nbsp;&lt;SPAN&gt;"https://localhost/", so it does sound like that was a change you made.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="pl-pds"&gt;&lt;SPAN&gt;I would not expect&amp;nbsp;"https://localhost/" to work, as you wouldn't normally have an SSL/TLS certificate for localhost. Please trying switching that back to the original value and try again.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 16:02:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/SimpleTest-waits-on-GetContextAsync-call/m-p/505620#M1792</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-03-17T16:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: SimpleTest waits on GetContextAsync() call</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/SimpleTest-waits-on-GetContextAsync-call/m-p/505673#M1793</link>
      <description>&lt;P&gt;Thank you very much Greg.&amp;nbsp; Adding the ipaddress and the port number with authorization in the console worked.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 17:31:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/SimpleTest-waits-on-GetContextAsync-call/m-p/505673#M1793</guid>
      <dc:creator>psray47</dc:creator>
      <dc:date>2021-03-17T17:31:47Z</dc:date>
    </item>
  </channel>
</rss>

