diff --git a/src/services/providers/helpers/googleHelper.js b/src/services/providers/helpers/googleHelper.js index 2c9ed48f..f9a80378 100644 --- a/src/services/providers/helpers/googleHelper.js +++ b/src/services/providers/helpers/googleHelper.js @@ -10,8 +10,7 @@ const tokenExpirationMargin = 5 * 60 * 1000; // 5 min (tokens expire after 1h) const driveAppDataScopes = ['https://www.googleapis.com/auth/drive.appdata']; const getDriveScopes = token => [token.driveFullAccess ? 'https://www.googleapis.com/auth/drive' - : 'https://www.googleapis.com/auth/drive.file', -'https://www.googleapis.com/auth/drive.install']; + : 'https://www.googleapis.com/auth/drive.file']; const bloggerScopes = ['https://www.googleapis.com/auth/blogger']; const photosScopes = ['https://www.googleapis.com/auth/photos'];