Hi. I send the following form data with the code I got from the authorization page. I use redirect_uri back to my app through localhost.
However I get the following response (error code 400): "No auth function available for given request".
My request form data looks like this:
Header:
POST /oauth2/token HTTP/1.1
Host: api.dropboxapi.com
User-Agent: UnityPlayer/5.5.2f1 (UnityWebRequest/1.0, libcurl/7.46.0-DEV)
Accept: */*
Accept-Encoding: identity
X-Unity-Version: 5.5.2f1
Content-Length: 177
Post data:
code=KNJIALLS_WCAAAAAAABSTZP97AYWIZJPX9B1A6CBFUC&grant_type=authorization_code&client_id=<removed for security>&client_secret=<removed for security>&redirect_uri=http%3A%2F%2F127.0.0.1%3A6756
I could not find anything on google or the forums, so now I'm trying here.
I can see that auth authorization is missing (Authorization bearer) but the docs said nothing about this, and I don't have a token at this stage in the process anyway.
Thanks in advance
Odin Jensen