I have configured chrome to use a custom download location but when it tried to download a file, I get "Failed - Insufficient permissions". The download will work if I don't change the default directory but it fails when I do.
Example changes:
{ prefs: {
download: {
prompt_for_download: false,
default_directory: 'my/custom/directory'
}
}
}
I'm doing this on an OS X machine and have even used 'chmod' to give full permission to that directory to everyone (it is now more permissive than the default download location that works) but Chrome still insists that it doesn't have permission to download there.
Any ideas?
Eric