I'm using the Google Classroom API to integrate my business system into Google Classroom. I can create and list courses using a service account. But always using the OwnerId = "me". All the courses that I'm creating are with the client_id of my service account. If I try to create with some other ownerID I get the error:
Code: 403 Message: The caller does not have permission Domain: global Reason: forbidden Status: PERMISSION_DENIED
Any tips on how to solve this problem?
Thank you.