Question more than a problem, I am trying to set up a user interface for google drive for linux for my organisation. Because of the way that I'm approaching the problem I'm calling:
rclone authorise "google cloud storage"
Is there a way to confirm that the user has authenticated the correct google account either in the call or afterwards? I want to prevent (or raise an exception) if I expecte the user to authenticate email1a@gmail.com, but they instead authenticate email1b@gmail.com.
I've done a fair bit of searching, but I haven't found a thread to pull on. Thanks for you time!
Run the command 'rclone version' and share the full output of the command.
Hi thanks. I intentionally staying away from service accounts. If there is no way during the authenticate is it possible to do so afterwards? Eg with another rclone call?