If you want to add all at once, comma separated it would be https://www.googleapis.com/auth/docs,https://www.googleapis.com/auth/drive,https://www.googleapis.com/auth/drive.metadata.readonly.
It's much easier to not use rcd and just use the command to get going.
The values are not the full values you've shared as they are looking for:
Scope that rclone should use when requesting access from drive.
Choose a number from below, or type in your own value
1 / Full access all files, excluding Application Data Folder.
\ "drive"
2 / Read-only access to file metadata and file contents.
\ "drive.readonly"
/ Access to files created by rclone only.
3 | These are visible in the drive website.
| File authorization is revoked when the user deauthorizes the app.
\ "drive.file"
/ Allows read and write access to the Application Data folder.
4 | This is not visible in the drive website.
\ "drive.appfolder"
/ Allows read-only access to file metadata but
5 | does not allow any access to read or download file content.
\ "drive.metadata.readonly"
CRITICAL: Failed to create file system for "GoogleDrive:": drive: failed when making oauth client: failed to create oauth client: empty token found - please run "rclone config reconnect GoogleDrive:"
I just used "rclone config reconnect GoogleDrive:" to log into Google and Google said “Success! All done. Please go back to rclone.“ but still get the same error.
I tried several times, always with the same token error. In the rclone document it states:
Be aware that, due to the "enhanced security" recently introduced by Google, you are theoretically expected to "submit your app for verification" and then wait a few weeks(!) for their response; in practice, you can go right ahead and use the client ID and client secret with rclone, the only issue will be a very scary confirmation screen shown when you connect via your browser for rclone to be able to get its token-id (but as this only happens during the remote configuration, it's not such a big deal). Keeping the application in "Testing" will work as well, but the limitation is that any grants will expire after a week, which can be annoying to refresh constantly. If, for whatever reason, a short grant time is not a problem, then keeping the application in testing mode would also be sufficient.
It works for myself and many others. So most likely problem is between keyboard and chair in your case. Not rclone, nor Google.
It can be a bit hard to configure it right the first time. You are not the only one. Delete everything. Start again - carefully do everything step by step. It will work.