there aren’t any files. i can’t see them trought any command.
i know for a fact that my google drive itself has files in it, and i’m sure that i am logged in the right account.
however, when mounting i can still se how much free storage i have (12gb,which is correct), so i know for a fact that i am connecting in some way or another.
If you can't do a simple directory listing there's no way that you'll be able to copy or synchronize files.
Perhaps there is an error in the basic configuration of the remote.
Are you using the public client ID and Secret which you use when you leave those entries blank when you configure the remote. You would have needed to go to the Google admin console and created a Google Drive API client ID and Secret per the directions in the documentation.
It should work both ways but I'm grasping at straws.
I would try creating a new remote and make sure that it towards the end of the configuration spawns your browser so you can log into Google and give rclone permission to access your Google Drive.
You can also try this:
rclone config reconnect GdriveCMP:
It should eventually spawn a browser where you can reauthenticate to Google Drive.
This gives rclone its own private area to store files. Rclone will not be able to see any other files on your drive and you won't be able to see rclone's files from the web interface either.
If this is what you want then create new remote without:
client_id = XXX
client_secret = XXX
to test as there is possibility that client_id is misconfigured. Such test should answer this question.