Hi,
I am trying to upload a single schema to mixpanel and I am getting 401 UnAuthorized error code, and the error response body is:
{
"status": "error",
"error": "You do not have the required scope(s) for this request"
}
I have included basic authentication with username and password and also tried it with the Bearer token by getting the Authtoken from my account
Could some body tell me what the error could be and How I can resolve this?
Thanking in advance