I have created a credential by google developer console using client id(native application) from my google account (xxx@gmail.com). when I run the application a browser opens which ask for login details. now if I login with ABC@gmail.com then my client application gives event details for ABC@gmail.com.
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.