Skip to content

Commit 9ae5410

Browse files
docs: add Attachments scopes to Jobs.getOutput() in oauth-scopes (#378)
getOutput() internally calls Attachments.getById() for blob downloads, so users need OR.Folders or OR.Folders.Read in addition to OR.Jobs scopes. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2e2812d commit 9ae5410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/oauth-scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page lists the specific OAuth scopes required in external app for each SDK
1515
|--------|-------------|
1616
| `getAll()` | `OR.Jobs` or `OR.Jobs.Read` |
1717
| `getById()` | `OR.Jobs` or `OR.Jobs.Read` |
18-
| `getOutput()` | `OR.Jobs` or `OR.Jobs.Read` |
18+
| `getOutput()` | `OR.Jobs` or `OR.Jobs.Read`, `OR.Folders` or `OR.Folders.Read` |
1919

2020
## Attachments
2121

0 commit comments

Comments
 (0)