RESOLVED !!
Hello,
I was able to get a response by playing with the API with python, and the response is in this form:
OAuth2FlowNoRedirectResult(sl.*******************************,******************, ***************, , 2023-01-10 19:36:33.082987, account_info.read account_info.write contacts.read contacts.write file_requests.read file_requests.write files.content.write files.metadata.read files.metadata.write sharing.read sharing.write)
I only need to access the access token that starts with sl. Is there a way to parse it, or get it directly?
RESOLVED!!!