I am trying to fetch images from google and show them inside my app for which I am trying to consume custom search apis of google what I have done till now:
- Create a custom search engine.
- In the API list I have turned on Custom Search
- API key for my app with its bundle identifier
- GTL library, GTLService, NSURL connection
But every time I get the result:
"error": {"errors": [{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."}],"code": 403,"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project." }}