Skip to content

Commit

Permalink
Update connectors > metadata.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
amuwal committed Sep 9, 2024
1 parent a68dc6d commit 9252f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/connectors/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@ export const CONNECTORS_METADATA: ProvidersConfig = {
}
},
'sharepoint': {
scopes: 'Files.Read.All offline_access openid User.Read',
scopes: 'Files.Read.All offline_access openid User.Read Sites.Read.All, Sites.ReadWrite.All',
urls: {
docsUrl: 'https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0',
apiUrl: 'https://graph.microsoft.com/v1.0',
Expand Down

0 comments on commit 9252f51

Please sign in to comment.