|
@@ -125,7 +125,6 @@
|
|
{
|
|
{
|
|
_authorizationInProgress = NO;
|
|
_authorizationInProgress = NO;
|
|
if (error != nil) {
|
|
if (error != nil) {
|
|
- [self showAlert:NSLocalizedString(@"GDRIVE_AUTHENTICATION_ERROR",nil) message:error.localizedDescription];
|
|
|
|
_googleDriveController.driveService.authorizer = nil;
|
|
_googleDriveController.driveService.authorizer = nil;
|
|
} else {
|
|
} else {
|
|
_googleDriveController.driveService.authorizer = authResult;
|
|
_googleDriveController.driveService.authorizer = authResult;
|