hi,
While creating an OAuth2 access token from OAuth1, I am getting error saying
Error in call to API function "auth/token/from_oauth1": Invalid value in HTTP header "Authorization": "Bearer lZRzKu_9W****BSRr9Ul*****1inv****XSNQmj"%
Referred Documentation: https://www.dropbox.com/developers/documentation/http/documentation#auth-token-from_oauth1
Ran command as:
curl -X POST https://api.dropboxapi.com/2/auth/token/from_oauth1 \
--header "Authorization: Bearer lZRzKu_9W****BSRr9Ul*****1inv****XSNQmj" \
--header "Content-Type: application/json" \
--data '{"oauth1_token": "u1a8mamjaz0bzwqn","oauth1_token_secret": "ai******73di"}'