<?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: 405 Method Not Allowed in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/405-Method-Not-Allowed/m-p/274175#M16315</link>
    <description>The /oauth2/token endpoint requires a POST, not a GET, so you're accordingly receiving a 405 error. Switch to using POST instead.&lt;BR /&gt;&lt;BR /&gt;You can find more information in the documentation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It looks like you're also missing the app key and secret, and redirect URI, if used. Make sure you format the request as documented and include all of the necessary parameters.</description>
    <pubDate>Fri, 27 Apr 2018 15:08:15 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-04-27T15:08:15Z</dc:date>
    <item>
      <title>405 Method Not Allowed</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/405-Method-Not-Allowed/m-p/274148#M16311</link>
      <description>&lt;P&gt;hi, this is may code:&lt;/P&gt;&lt;P&gt;var code = 'xxxxxxx';&lt;/P&gt;&lt;P&gt;var client = new HttpClient();&lt;BR /&gt;var url = string.Format("&lt;A href="https://api.dropboxapi.com/oauth2/token?code={0}&amp;amp;grant_type={1" target="_blank"&gt;https://api.dropboxapi.com/oauth2/token?code={0}&amp;amp;grant_type={1&lt;/A&gt;}", code, "authorization_code");&lt;/P&gt;&lt;P&gt;client.DefaultRequestHeaders.Accept.Clear();&lt;BR /&gt;client.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));&lt;/P&gt;&lt;P&gt;//GET Method&lt;BR /&gt;HttpResponseMessage response = await client.GetAsync(url);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but the response is: 405 method not allowed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:13:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/405-Method-Not-Allowed/m-p/274148#M16311</guid>
      <dc:creator>maxdiable</dc:creator>
      <dc:date>2019-05-29T09:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: 405 Method Not Allowed</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/405-Method-Not-Allowed/m-p/274175#M16315</link>
      <description>The /oauth2/token endpoint requires a POST, not a GET, so you're accordingly receiving a 405 error. Switch to using POST instead.&lt;BR /&gt;&lt;BR /&gt;You can find more information in the documentation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It looks like you're also missing the app key and secret, and redirect URI, if used. Make sure you format the request as documented and include all of the necessary parameters.</description>
      <pubDate>Fri, 27 Apr 2018 15:08:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/405-Method-Not-Allowed/m-p/274175#M16315</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-04-27T15:08:15Z</dc:date>
    </item>
  </channel>
</rss>

