Discussions
i'm trying to download text archive and i don't know what's happens
1 day ago by Rodrigo Machuca
HEADERS = {
'Content-Type': 'application/json',
'Authorization': f'Bearer {API_KEY}',
'Accept': 'application/json'
}
url = f"https://api.tor.app/developer/files/{order_id}/content"
and i dont know what's happens
the result in browser is:
{"message":"Unauthorized"}