Hi,
I cannot open any file in insynch in console.
For instance when I use:
insync open_in_gdrive file.gdsheet
then nothing happens.
Do I do anything wrong?
Please help.
Hi,
I cannot open any file in insynch in console.
For instance when I use:
insync open_in_gdrive file.gdsheet
then nothing happens.
Do I do anything wrong?
Please help.
@Robert_Polanski Please try passing the full path of the file.gdsheet to the open_in_gdrive command.
using an absolute path works like:
insync open_in_gdrive "$(readlink -f myfile.odt)"
would be nice if it did this path expansion itself