I searched other issues and couldn’t find anything that I was sure was current and the same issue I am seeing…
$ cat /etc/apt/sources.list
<snip/>
deb http://apt.insynchq.com/ubuntu wily non-free contrib
# deb-src http://apt.insynchq.com/ubuntu wily non-free contrib
$ wget -qO - https://d2t3ff60b2tol4.cloudfront.net/services@insynchq.com.gpg.key | sudo apt-key add -
OK
$ sudo apt-get install insync
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
insync
0 upgraded, 1 newly installed, 0 to remove and 11 not upgraded.
Need to get 57.3 MB of archives.
After this operation, 165 MB of additional disk space will be used.
Err:1 http://apt.insynchq.com/ubuntu wily/non-free amd64 insync amd64 1.3.6.36076-trusty
403 Forbidden
E: Failed to fetch http://apt.insynchq.com/ubuntu/pool/non-free/i/insync/insync_1.3.6.36076-trusty_amd64.deb 403 Forbidden
E: Unable to fetch some archives, try running apt-get update or apt-get --fix-missing.
Any suggestions?