update ClientID to one specifically for IITC, and under my (Jon Atkins) control

This commit is contained in:
Jon Atkins 2013-05-18 01:15:30 +01:00
parent 099fc1a70c
commit 7225ac0096

View File

@ -393,7 +393,7 @@ window.plugin.sync.Authorizer = function(options) {
this.authorize = this.authorize.bind(this); this.authorize = this.authorize.bind(this);
} }
window.plugin.sync.Authorizer.prototype.CLIENT_ID = '686674438052.apps.googleusercontent.com'; window.plugin.sync.Authorizer.prototype.CLIENT_ID = '893806110732.apps.googleusercontent.com';
window.plugin.sync.Authorizer.prototype.SCOPES = ['https://www.googleapis.com/auth/drive.file', 'https://www.googleapis.com/auth/drive.metadata.readonly']; window.plugin.sync.Authorizer.prototype.SCOPES = ['https://www.googleapis.com/auth/drive.file', 'https://www.googleapis.com/auth/drive.metadata.readonly'];
window.plugin.sync.Authorizer.prototype.isAuthed = function() { window.plugin.sync.Authorizer.prototype.isAuthed = function() {