403: PERMISSION_DENIED AndroidDeviceProvisioning ZTE
I have implemented the AndroidDeviceProvisioning client sucessfully.
I have added scope "https://www.googleapis.com/auth/androidworkzerotouchemm" to my accesstoken.
This is the error I am getting:
"code": 403, "errors": [ { "domain": "global", "message": "The caller does not have permission", "reason": "forbidden" } ], "message": "The caller does not have permission", "status": "PERMISSION_DENIED"
Which permission here is being denied? Or what permissions do i need to get from my end? Currently the account i am fetching the devices from is our own account itself, so i have access to the ZTE portal as well.