ChromeOS policy sync issue
Have purchased the Trial Chrome upgrade on our existing workspace account.
Our backend api failing with below error:
Request call:
POST https://chromedevicemanagement.googleapis.com/v1/enterprises//devices//devicePolicy
error response:
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"message" : "Device does not have CDM API enabled. Enable CDM API for the corresponding OU in Google Admin Console.",
"reason" : "failedPrecondition"
} ],
"message" : "Device does not have CDM API enabled. Enable CDM API for the corresponding OU in Google Admin Console.",
"status" : "FAILED_PRECONDITION"
}
Can you confirm what this error means?
As same API works for our paid chrome account, is it an restriction on trial accounts from your end? or we are missing something here?
Note: Same client Id and scope is used in Domain-wide delegation setting in admin console.