I have invited a google account as a student to my course and listing the invitations using LIST method returns the invitationId , courseId , Role(Listing is done from the senders google account). But if i accept the invitation from the invited users account with the invitation id.
It returns the following :
"error": {
"code": 404,
"message": "Requested entity was not found.",
"status": "NOT_FOUND"
}
}
I am also not able to GET the invitation from the invited users account.
I am able to GET the invitation only from the senders account.
what is the issue I am facing and how can i solve it?