OneDrive / onedrive-api-docs

Official documentation for the OneDrive API
MIT License
447 stars 228 forks source link

ODB: API does not list Shortcut folders #1781

Open nsekulov opened 5 months ago

nsekulov commented 5 months ago

Category

Expected or Desired Behavior

After selecting "Add shortcut to OneDrive" in Sharepoint the selected folder appears in "My Files" on the web page. Calling /drives/b!driveID/items/RootFolderId/children or /me/drive/sharedWithMe should return shortcut folders.

Observed Behavior

Calling the above endpoints does not return shortcut folders.

Request: 'Date': 'Wed, 14 Feb 2024 12:01:23 GMT' 'request-id': '95e8bace-bc51-4dae-83d9-3bf3f3f56734'

Steps to Reproduce

In Sharepoint Navigate to a Site. Select a folder. Select "Add shortcut to OneDrive" Calling API endpoints to list the current user OneDrive root or shared folder does not return the shortcut.

Thank you.

Related issue: https://github.com/OneDrive/onedrive-api-docs/issues/1427