microsoftgraph / microsoftgraph/msgraph-sdk-dotnet
[Client bug]: Missing allowExternal query parameter for /me/drive/sharedWithMe
Nobody has claimed this yet.
- 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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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