Run insync help for help with a specific command
Traceback (most recent call last):
File “”, line 6, in
File “main.py”, line 128, in
File “main__insync.py”, line 146, in
IndexError: list index out of range
All I have ever done is apt-get install insync so I am super confused here.
@Jase_Whipp: You should use the insync-headless command instead. To start Insync you should run insync-headless start, then add your account with insync-headless add_account. The arguments for the add_account command are:
$ insync-headless add_account -h
usage: insync-headless add_account [-h] [-a AUTH_CODE] [-p PATH]
[-e {open-document,ms-office,link}]
Add account to Insync.
optional arguments:
-h, --help show this help message and exit
-a AUTH_CODE, --auth-code AUTH_CODE
Code to authorize Insync to access your account. To
get it, go to https://goo.gl/jv797S and follow the
prompts. If not given, Insync will open an external
browser where you can login.
-p PATH, --path PATH Path where Insync folder for account will be placed.
If not given, will default to ~/<email address>.
-e {open-document,ms-office,link}, --export-option {open-document,ms-office,link}
Set if account will download Google format files as
Open Document formats (.odt), MS Office formats
(.docx), or as links (.gddoc). Defaults to "link".
You can get help on other commands by running insync-headless -h <command>. There’s also the man page (man insync-headless). Hope this helps.