sc-23053: OneDrive/SharePoint document account connection guide#286
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
plaidcloud-docs | 58694d3 | Commit Preview URL Branch Preview URL |
Jul 16 2026, 07:45 PM |
Rewrite the OneDrive guide around least-privilege access: present the Sites.Selected (per-site) vs all-sites choice, drop the over-broad Directory.*/Files.*/User.Read.All permissions the old guide told admins to grant, and document the two Graph Explorer commands (GET to find a site's id, POST to grant the app) with the one-time Sites.FullControl.All consent. Consolidates the separate Sites.Selected page into this one; repoints the July release note. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
inviscid
force-pushed
the
sc-23053-onedrive-sharepoint
branch
from
July 16, 2026 19:16
1d290c3 to
3232c85
Compare
inviscid
commented
Jul 16, 2026
inviscid
left a comment
Member
Author
There was a problem hiding this comment.
✅ Clean Sonnet self-review — APPROVE
Independent clean-room review of the least-privilege OneDrive/SharePoint guide rewrite: MDX build-safe (braces only in the import { Aside } + code fences; balanced fences and Aside tags), internal links resolve, Title Case headings correct, and the two Graph commands + Sites.FullControl.All consent verified against Microsoft's docs. No findings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Customer-facing docs for sc-23053 (backend PlaidCloud/plaid#6649, client PlaidCloud/PlaidClient#1873).
Rewrites the existing add-onedrive-account.mdx around least privilege: removes the over-broad
Directory.ReadWrite.All/Files.*/Sites.ReadWrite.All/User.Read.Allthe old guide told admins to grant; leads with the access-model choice (Sites.Selectedper-site, recommended, vs. all-sitesSites.Read.All/ReadWrite.All); documents the two proven Microsoft Graph commands (GET a site's id, POST/sites/{id}/permissions) with the one-timeSites.FullControl.Allconsent; adds the July release note.🤖 Generated with Claude Code