mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-08-07 02:18:41 +00:00
6 lines
193 B
JavaScript
6 lines
193 B
JavaScript
export const keys = {
|
|
apiKey: '',
|
|
clientId: '',
|
|
scope: 'https://www.googleapis.com/auth/drive.readonly',
|
|
discoveryDocs: ['https://www.googleapis.com/discovery/v1/apis/drive/v3/rest']
|
|
}
|