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