Access remote file with soffice --show

Hi

I have my Raspberry Pi setup so when it boots it automatically starts a powerpoint presentation from the USB stick using:

soffice --show /mnt/usb1/filename.ppt --norestore"

Is there a way that this file can be stored remotely? Like on my googledrive? Something like:

soffice --show “http://googledrive/steve/filename.odp” --norestore"

Thanks
Steve

It should work. Have you tried that? If no, what prevented you? If yes, did you have any error? And don’t you mind sharing that?