From 7225ac00968f9637e98f969819196f7b7add4fb5 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Sat, 18 May 2013 01:15:30 +0100 Subject: [PATCH] update ClientID to one specifically for IITC, and under my (Jon Atkins) control --- plugins/sync.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sync.user.js b/plugins/sync.user.js index c3d43462..33952d6e 100644 --- a/plugins/sync.user.js +++ b/plugins/sync.user.js @@ -393,7 +393,7 @@ window.plugin.sync.Authorizer = function(options) { 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.isAuthed = function() {