From 43ac103875edfec5b152bf397ed3a4fa608bc073 Mon Sep 17 00:00:00 2001 From: Stefan Reitshamer Date: Mon, 28 Jul 2014 17:32:36 -0400 Subject: [PATCH] removed obsolete id --- cocoastack/googledrive/GoogleDriveRequest.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cocoastack/googledrive/GoogleDriveRequest.m b/cocoastack/googledrive/GoogleDriveRequest.m index f0b981c..0b20386 100644 --- a/cocoastack/googledrive/GoogleDriveRequest.m +++ b/cocoastack/googledrive/GoogleDriveRequest.m @@ -45,8 +45,8 @@ #define RETRY_SLEEP_GROWTH_FACTOR (1.5) #define MAX_RETRY_SLEEP (5.0) -static NSString *const kGoogleClientIDKey = @"1081461930698-ci22n9pcfkmebda0iofbt5qke01r1000.apps.googleusercontent.com"; -static NSString *const kGoogleClientSecretKey = @"UGO8R1b64tw1FS1MT-3K8qJD"; +static NSString *const kGoogleClientIDKey = @"INSERTHERE"; +static NSString *const kGoogleClientSecretKey = @"INSERTHERE"; @implementation GoogleDriveRequest