Improvements

This commit is contained in:
ricardo
2020-08-09 17:39:28 -04:00
parent d4313defdc
commit 1e81b7d54f
7 changed files with 3450 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ const scopes = [
'https://www.googleapis.com/auth/youtubepartner',
'https://www.googleapis.com/auth/youtube.force-ssl',
'https://www.googleapis.com/auth/youtube.upload',
'https://www.googleapis.com/auth/youtubepartner-channel-audit',
];
export class YouTubeOAuth2Api implements ICredentialType {