Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.
This repository was archived by the owner on May 16, 2023. It is now read-only.

OneDrive SharedWithMe endpoint returns null #143

@ElisaKazan

Description

@ElisaKazan

Expected behavior

The OneDrive SharedWithMe endpoint should return values for the files and folders that have been shared with the given user.

I should be seeing the files and folders that are shared with me in the values array.

Actual behavior

OneDrive SharedWithMe endpoint returns nothing in the graph explorer when there are files and folders that should appear.

This is what I'm given:
{ "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(driveItem)", "value": [] }

Steps to reproduce the behavior

On the graph explorer, open Sample Queries and under OneDrive select the files shared with me query. In the Response Preview, values is in fact empty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions