i wouldn't do that if i were you.
any sensitive information that you have is best stored offline and better stored as a hard copy (like on paper). it is not just about the provider having access to your data but also hackers being able to get in even if the possibility is very small.
you can buy some sort of storage hardware (USB disk, portable hard drive,...) and then store it there. or if possible (like for private keys) print them on paper.
if you don't have any other option and still insist on storing it on the "cloud" then at least encrypt the data using a strong encryption with a strong password then store the encrypted data on the cloud.
Just to further emphasise why this is a bad idea:
By storing your private keys on any account (cloud, email, etc) which uses a simple password to log in, you are essentially negating the entire point of a private key. An 8-10 character password contains somewhere in the range of 40-60 bits of entropy at best, depending on your character set. This is many, many orders of magnitude less than a private key.
Cloud accounts get hacked all the time. I would never store anything valuable or personal on them. Offline or paper storage is your best bet.
This is 100% true when it comes to data security, one cannot guarantee maximum security in cloud storage, sensitive data should be stored in your personal hardware storage device. You can keep it for a long time and not worry about anything unless the hardware is stolen which is unlikely to happen if you store it in a secret location.
Cloud storage are vulnerable to malicious attacks at any point of time. You can also encrypt your data and store it in your hardware storage to ensure maximum data security.