I would like to run a script in a google cloud server using a local HTML page.
To be more clear the steps would be:
- open a local HTML page on my local computer.
- push a button that triggers a script in my google cloud server.
- the script creates a file in the server that I can download pressing another button.
I'm new in this field and I don't know where to start.
How do I connect to the server via HTML? (PHP?, Javascript?)
How does the authorization process work?