I'm currently maintaining an iOS application developed by someone else. The application worked fine until today when suddenly it started returning 403 codes every time I tried to connect to Google Drive. This is the full error:
An error occurred: Error Domain=com.google.GTLJSONRPCErrorDomain Code=403 "The operation couldn’t be completed. (Access Not Configured. Please use Google Developers Console to activate the API for your project.)" UserInfo=0x17db6180 {error=Access Not Configured. Please use Google Developers Console to activate the API for your project., GTLStructuredError=GTLErrorObject 0x17db5ef0: {message:"Access Not Configured. Please use Google Developers Console to activate the API for your project." code:403 data:[1]}, NSLocalizedFailureReason=(Access Not Configured. Please use Google Developers Console to activate the API for your project.)}
I've enabled Google Drive in the Google Console and included the codes google gave me but I still can't overcome this error.
I'm using Google APIs Client Library for Objective-C to connect to GDrive.