Installing on Ubuntu 14.04.3 gives 403 forbidden error

I’m trying to add a Ubuntu repo and am getting the following errors when trying to do the ‘sudo apt-get update’.

Err http://apt.insynchq.com trusty/non-free amd64 Packages                     
  403  Forbidden
Err http://apt.insynchq.com trusty/contrib amd64 Packages                      
  403  Forbidden
Err http://apt.insynchq.com trusty/non-free i386 Packages         
  403  Forbidden
Err http://apt.insynchq.com trusty/contrib i386 Packages          
  403  Forbidden

I’ve successfully added the key as shown by the output of ‘sudo apt-key list’:

pub   2048R/ACCAF35C 2012-09-10 [expires: 2016-09-10]
uid                  Insynchq Inc <services@insynchq.com>
sub   2048R/02DFE7E7 2012-09-10 [expires: 2016-09-10]

The line in /etc/apt/sources.list looks like:

/etc/apt/sources.list:62:deb http://apt.insynchq.com/debian trusty non-free contrib

Does anyone see anything obviously wrong?

thanks,
Jeff

Will be tagging our engineer @lpugoy in this and he will get back to you.

Thanks, I’m waiting to hear back.

Jeff

@Jeff_Cooper: The correct entry should be http://apt.insynchq.com/debianubuntu trusty non-free contrib (use “ubuntu” instead of “debian”).