Get drive items from a SharePoint drive using Microsoft Graph API.
Access token from getSharePointTokenUserAuth
Drive ID (e.g. , 'ab!5xqiQKeGnEGeI02fc4Mu5HrH_BkaM1FNnCohEqq7eEnQYz1prATORbPSv-3951Ny')
Return drive items
const driveItems = await getDriveItemsEval(ctx, token, { driveId: 'ab!5xqiQKeGnEGeI02fc4Mu5HrH_BkaM1FNnCohEqq7eEnQYz1prATORbPSv-3951Ny',}); Copy
const driveItems = await getDriveItemsEval(ctx, token, { driveId: 'ab!5xqiQKeGnEGeI02fc4Mu5HrH_BkaM1FNnCohEqq7eEnQYz1prATORbPSv-3951Ny',});
Get drive items from a SharePoint drive using Microsoft Graph API.