Is checkin / checkout files supported by OneDrive Personal?

Saar Shen 31 Reputation points
2021-10-01T17:18:11.317+00:00

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"
        }
    }
}
Microsoft 365 and Office | SharePoint | Development
Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

Answer accepted by question author
  1. MichaelHan-MSFT 18,136 Reputation points
    2021-10-04T02:20:33.547+00:00

    Hi @Saar Shen ,

    Yes, you are right. In OneDrive personal, there is no checkin/checkout features for files.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.