<?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 Asp.net Web Forms obtain access token in ReturnURI page in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/246593#M14050</link>
    <description>&lt;P&gt;I'm trying to use Dropbox .Net from an asp.net Web Forms application. I'm successfully able to get control in my ReturnURI web page. But I can't find any sample code on how to proceed further to obtain the AccessToken in Page_Load of that page. Please help or at least give a pointer to the sample code. The examples are not for Web Forms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:18:20 GMT</pubDate>
    <dc:creator>sanjayssk</dc:creator>
    <dc:date>2019-05-29T09:18:20Z</dc:date>
    <item>
      <title>Asp.net Web Forms obtain access token in ReturnURI page</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/246593#M14050</link>
      <description>&lt;P&gt;I'm trying to use Dropbox .Net from an asp.net Web Forms application. I'm successfully able to get control in my ReturnURI web page. But I can't find any sample code on how to proceed further to obtain the AccessToken in Page_Load of that page. Please help or at least give a pointer to the sample code. The examples are not for Web Forms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:18:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/246593#M14050</guid>
      <dc:creator>sanjayssk</dc:creator>
      <dc:date>2019-05-29T09:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Asp.net Web Forms obtain access token in ReturnURI page</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/246625#M14052</link>
      <description>You can see how the authorization code is exchanged for an access token in the .NET SDK SimpleBlogDemo example here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/master/dropbox-sdk-dotnet/Examples/SimpleBlogDemo/Controllers/HomeController.cs#L187" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-dotnet/blob/master/dropbox-sdk-dotnet/Examples/SimpleBlogDemo/Controllers/HomeController.cs#L187&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The 'code' and 'state' are returned by URL parameters, and after the 'state' is validated, you can use 'ProcessCodeFlowAsync' to exchange the 'code' for an access token.</description>
      <pubDate>Thu, 12 Oct 2017 15:42:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/246625#M14052</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-12T15:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Asp.net Web Forms obtain access token in ReturnURI page</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/247088#M14120</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the hint. However, that code was still MVC and I have never done any async stuff in Web Forms. So I had to do some research. Finally, I was able to get the access token. Now I can try the API in Web Forms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;
&lt;P&gt;Sanjay&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2017 18:06:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/247088#M14120</guid>
      <dc:creator>sanjayssk</dc:creator>
      <dc:date>2017-10-15T18:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Asp.net Web Forms obtain access token in ReturnURI page</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/618701#M28482</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;SPAN&gt;Sanjay,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would you be so kind to send me the webform code to access "access tokens"? I am also a webforms programmer and I am having problem translating the dropbox example from MVC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 17:59:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/618701#M28482</guid>
      <dc:creator>olavolsf</dc:creator>
      <dc:date>2022-08-27T17:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Asp.net Web Forms obtain access token in ReturnURI page</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/618738#M28483</link>
      <description>&lt;P&gt;It was so long back that I have lost all those sources. However, I remember doing something with DotNetOpenAuth, DropNet and NewtonSoft.json.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just now searched and found some things that might help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/DropNet/DropNet" target="_blank"&gt;https://github.com/DropNet/DropNet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/38432377/asp-net-file-upload-to-dropbox-via-api" target="_blank"&gt;https://stackoverflow.com/questions/38432377/asp-net-file-upload-to-dropbox-via-api&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Aug 2022 03:14:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/618738#M28483</guid>
      <dc:creator>sanjayssk</dc:creator>
      <dc:date>2022-08-28T03:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Asp.net Web Forms obtain access token in ReturnURI page</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/618740#M28484</link>
      <description>&lt;P&gt;Thank you very much,&amp;nbsp;&lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/399674" target="_self"&gt;&lt;SPAN class=""&gt;sanjayssk&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will access the links you recomended and try to get something from there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Aug 2022 04:04:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Asp-net-Web-Forms-obtain-access-token-in-ReturnURI-page/m-p/618740#M28484</guid>
      <dc:creator>olavolsf</dc:creator>
      <dc:date>2022-08-28T04:04:29Z</dc:date>
    </item>
  </channel>
</rss>

