mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
10 lines
459 B
JSON
10 lines
459 B
JSON
{
|
|
"clientId": "d87bcc39-1750-4ca0-ad54-f8d0efbb2735",
|
|
"obfuscatedClientSecret": "U2FsdGVkX1830zo3/pFDqaBCVBb37iLw3WnBDWGF9GIB2f4apzv0roemp8Y+iIxI3Ih5ecyukqELQEGzZlYiWg==",
|
|
"redirectUri": "http://localhost",
|
|
"authApi": "https://login.microsoftonline.com/common/oauth2/v2.0/token",
|
|
"driveApi": "https://graph.microsoft.com/v1.0/me/drive",
|
|
"scope": "user.read files.read.all offline_access",
|
|
"directLinkRegex": "public[.].*[.]files[.]1drv[.]com"
|
|
}
|