According to API document, I tried to load authorization page with parameters like below.
(covered client_id for privacy)
The page returned 400 HTTP status error code with message: We can't find the page you're looking for. Check out our Help Center and forumsfor help, or head back to home.
My developer account has 'Full Dropbox' permission.
So, I don't think permission problem.
Moreover, client_id, redirect_uri, response_type were right.
state parameter also was encoded by Base64.
Did I something miss?
Thanks for your support in advance.