Arduino 1.8.8 broke on my laptop, how to upload sketchbook to cloud?

Hi,
I succesfully imported a single skethc to my cloud IDE, and t did compile.
How can I import a sketch, that has many .ino files? Do I have to import every .ino file by itself, and the libraries, or is there a way eto import a already linked project at once to the cloudserver?
Appreciate any help,
John

You can make a .zip file of your entire sketchbook and import it just as you would a single sketch. You can do the same with a single sketch that contains multiple files.

If you want to fix the problem with Arduino IDE 1.8.8, we can help you with that if you provide enough information.

pert:
You can make a .zip file of your entire sketchbook and import it just as you would a single sketch. You can do the same with a single sketch that contains multiple files.

If you want to fix the problem with Arduino IDE 1.8.8, we can help you with that if you provide enough information.

Hi, I gave up on the local installation on my laptot, it works anywhere eles, probably a compatibility problem.

I tried to .7zib my libraries, after I added one .ino file after an other to the complete project. I did get the sketch project consisting of several .ino files together.
But I failed to add the necessary libraries, there are many, in folders, after importing the libraries in a .7ip I received a message that only .ino files are being accepted. But Libraries are .h, or cpp, besides it says to zip libraries.
truely John

Some additional information attached for you about putting sketches and libraries on CREATE.

Worth the read if you are new to the ONLINE editor.

Importing sketches and libraries.pdf (285 KB)