I am new to google cloud platform, just set up for first time. My local machine is Windows 10. I have google cloud SDK installed. I just set up a google compute engine instance.
How do I sync my local folder (with node js files etc) to the google compute engine instance folder?
I do not need this to be automated or scheduled. Doing this sync manually when I've made updates is adequate.
I read documentation online and tried the gsutil cp and rsync but it did not work. I'm not sure if these were the appropriate methods to use.
Thanks much.