Google AdvGDrive Scopes

The pre-entered AdvGDrive Scopes are:

https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/userinfo.profile
https://www.googleapis.com/auth/userinfo.email

Is Scope 'https://www.googleapis.com/auth/drive' required for basic file Backup/Restore functionality?

Hi,

This depends on the specific functionality you are using in your application.
You can remove the scope from the scopes collection, remove any existing access tokens and re-authorize your application to test if using only the 'drive.file' scope is sufficient for your application.

Ok, thanks Bart.