Skip to content

Commit

Permalink
Update dropbox scopes in metadata.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
amuwal committed Sep 13, 2024
1 parent cd9c050 commit fab158b
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 @@ -2732,7 +2732,7 @@ export const CONNECTORS_METADATA: ProvidersConfig = {
}
},
'dropbox': {
scopes: 'files.metadata.read files.metadata.write files.content.read files.content.write',
scopes: 'files.metadata.read files.metadata.write files.content.read files.content.write team_data.member members.read groups.read' ,
urls: {
docsUrl: 'https://www.dropbox.com/developers/documentation/http/documentation',
apiUrl: 'https://api.dropboxapi.com/2',
Expand Down

0 comments on commit fab158b

Please sign in to comment.