microsoftgraph / microsoftgraph/msgraph-sdk-dotnet

[Client bug]: Missing allowExternal query parameter for /me/drive/sharedWithMe

Open
#2,100 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Bug: metadata OpenApi
Dominant language
C#
Stars
789
Forks
264
Avg merge
15h 17m
Merged PRs (30d)
3

Description

Describe the bug
The query parameter allowExternal is missing. Mentioned here

var result = await m_client.Drives["{drive-id}"]
    .SharedWithMe
    .GetAsync(requestConfiguration => 
    {
        requestConfiguration.QueryParameters.AllowExternal = true;
    });

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Client version
5.24

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the generated client entry point for /me/drive/sharedWithMe and compare its query parameters with the linked Microsoft Graph API documentation. Done means the SharedWithMe request exposes AllowExternal and includes it in the outgoing query string; verify this with the repository's relevant request or generated-client tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.