Hi,
I am using Graph API but I can't find any official doc talking about whether check in/ checkout is supported for OneDrive Personal vs OneDrive Business. Just want to confirm, is checkin/checkout NOT supported by OneDrive Personal?
Here's some details:
Tried the following request, successes on OneDrive Business but got API not exists on OneDrive Personal:
POST https://graph.microsoft.com/v1.0/me/drive/items/3C8CD58B3E131BED!112/microsoft.graph.checkout
POST https://graph.microsoft.com/v1.0/me/drive/items/3C8CD58B3E131BED!112/checkout
I got 204 successfully on OneDriver for Business. However, I got the following error on OneDrive Personal:
{
"error": {
"code": "invalidRequest",
"message": "API not found",
"innerError": {
"date": "2021-10-01T03:59:41",
"request-id": "2e16cb90-b82d-4a1b-87dc-ccf91af07756",
"client-request-id": "2e16cb90-b82d-4a1b-87dc-ccf91af07756"
}
}
}