Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Is Google Image Search Still Working #144

Open
j-cimb-barker opened this issue Mar 4, 2018 · 3 comments
Open

Is Google Image Search Still Working #144

j-cimb-barker opened this issue Mar 4, 2018 · 3 comments

Comments

@j-cimb-barker
Copy link

Hello,

I am trying to use Google Image Search. I am doing the following:

// These are replaced with the real details
NSString *API_KEY = @" ApikeyHere";
NSString *CX_ID = @"0123456789000:abcedfghij";

[DZNPhotoPickerController registerFreeService:DZNPhotoPickerControllerServiceGoogleImages
                                      consumerKey:API_KEY
                                   consumerSecret:CX_ID];

    DZNPhotoPickerController *picker = [[DZNPhotoPickerController alloc] init];
    picker.supportedServices = DZNPhotoPickerControllerServiceGoogleImages;

    picker.allowsEditing = YES;
    picker.delegate = self;
    
    [self presentViewController:picker animated:YES completion:nil];

I'm getting the Response "Request Failed : bad response (400)". Is Google Image Search working still...? Is there something-else I should do...?

Thanks...!

@dzenbot
Copy link
Owner

dzenbot commented Mar 13, 2018

We need to probably renew the API tokens. These were used for the examples mainly, but could have been flagged or simply, got old.

@topslave
Copy link

topslave commented Sep 4, 2018

I created API Keys, not working for me, is Google Image Search working for you ?

@tapstarDev
Copy link

How do I get the secret key?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants