mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-03-25 09:25:53 +00:00
removed obsolete id
This commit is contained in:
parent
7c3f95d4e6
commit
43ac103875
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue