Google API OAuth 2.0 Service Account C# First time vs every day use -
google api oauth 2.0 servcie account c# ( drive api)
i targeting 1 service account.
i looking in authenticating service account.
following example: google example
as far can understand, token permanent not 1h other authentication type. yet there no mention of token in code. have store token? or have request every time want create service, using certificate?
is "service" creation code same described every time need it. or first time request access account?
as i've commented, article "using google drive api c#" part 1 , part 2, shows how store refresh token , use authenticate in name of app. it's warning limitations of service account, in many cases "useless" said.
here's 1 implementation of idatastore.
hope you! =)
Comments
Post a Comment