I was wondering if anyone ever tried using the free online storage services such as Mega, Google Drive or Dropbox to dynamically increase the "small" storage provided with cheap VPS services.
What I mean by "dynamically" is that whenever I upload something on my server (via SCP for example) it would transfer the file to, let's say, Google Drive, then delete the file from the server and whenever the server needs the file, it would temporarily download it from GDrive (which is fast considering data-centers bandwidth)
Basically giving a path to a Google Drive folder on linux without downloading the folder. Kinda like showing a Google Drive folder as a network storage/NAS
I think this might have been done before but I didn't find a thread about it.
Thanks in advance