Context: I find DriveItem's with request calls like the following:
https://graph.microsoft.com/v1.0/sites/knockycode.sharepoint.com,{siteId},{driveId}/drive/items/{itemId}/children
Keep in mind that {siteId}
, {driveId}
, and {itemId}
are placeholders. Examples values are 01CGQD2IXV5WLDIQPZH5CLXFCTZCV2ERYC
, not guids like 44434afe-d8fb-470e-904e-fc865e029b30
Question: I persist in my database these Id values with the assumption that they will not be regenerated on the SharePoint side. Unless I go on SharePoint and do the "Reset all Document IDs" action.
Is my assumption correct?