Skip to content

Commit

Permalink
Update api.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young authored Apr 14, 2024
1 parent 41b7c16 commit 152ae8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/api.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ module.exports = {

// These are the URLs of the OneDrive API endpoints. You would not need to change anything here if you are using OneDrive International
// or E5 Subscription OneDrive for Business. You may need to change these if you are using OneDrive 世纪互联.
authApi: "https://login.microsoftonline.com/common/oauth2/v2.0/token",
driveApi: "https://graph.microsoft.com/v1.0/sites/hz4z.sharepoint.com,b6d230f6-81ed-40ba-9bff-8bc0f789a57b,b531b603-96be-4a1e-859e-e7d5bfd23284/drive",
authApi: 'https://login.microsoftonline.com/common/oauth2/v2.0/token',
driveApi: 'https://graph.microsoft.com/v1.0/me/drive',

// The scope we require are listed here, in most cases you would not need to change this as well.
scope: 'user.read files.read.all offline_access',
Expand Down

0 comments on commit 152ae8d

Please sign in to comment.