Hey,
So I have been looking into app authentication which can be found here.
I was able to hit the APIs by using the Bearer token(OAuth token). But when I try the basic authentication using the App token base64(app_key:app_secret) in the header, I get the following error.
Error in call to API function "file_requests/list:2": Invalid authorization value in HTTP header "Authorization": "Basic BASE64_ENCODED_STRING". Expecting "Bearer <oauth2-access-token>".
Where am I going wrong?
Thanks in advance