I have created a credential by google developer console using client id(native application) from my google account ([email protected]). when I run the application a browser opens which ask for login details. now if I login with [email protected] then my client application gives event details for [email protected].
Why it ask again login details if client ID and client secret is save on my machine. Is it possible that to retrieve information without saving client Id?
In short what I want is when user logs in to his/her gmail account I want all the calendars details with all events and not specific to user's calendar only.