Need to authenticate google service account with OAuth. I have google credentials file in json format. refereed Google Service Account Authentication with Json file
able to create RASParameters but didn't know how to proceed further. I am very new to google apis implementation. found various examples of .p12 file but didn't find one with .json file. And i am using .net 4.0 framework so can't use the googlecredential class which is available from .net 4.5+ framework.