I did set up a crypted box(.com) remote successfully from my little linux server quite some time ago. Everything works successfully since then. Now I want to access this crypted remote from a Windows 10 machine as well. My first try was to simply copy the conf-file from the linux machine to the Windows machine. I was able to access all files on the crypted box(.com) remote. So far so good. Problem is: After that my cron job on the linux machine complained abut an invalid refresh token and so my backup script failed. I had to redo oauth2 to enable the remote on my linux machine again.
So what would be the correct way to achieve what I want to? Or is it not possible to access my crypted box(.com) remote from two different machines?