when I use the API to get token. The dropbox server return 400 error.
The request : GET /1/oauth/request_token HTTP/1.1
The response: HTTP/1.1 400 Bad Request
< Server: nginx
< Date: Fri, 29 Sep 2017 07:01:25 GMT
< Content-Type: application/json
< Transfer-Encoding: chunked
< Connection: keep-alive
< X-Dropbox-Request-Id: 60ddb4f73f25ea5afbf18d538654ef61
< X-Frame-Options: DENY
< Content-Security-Policy: sandbox; frame-ancestors 'none'
< X-Content-Type-Options: nosniff
< Content-Disposition: attachment; filename='error'
Is the oauth 1 expired ?
The API doc said : (https://www.dropbox.com/developers-v1/core/docs)
OAuth 1.0 continues to be supported for all API requests, but OAuth 2.0 is now preferred. Find out more in our OAuth guide
so, I don't know why. last week the process is ok .