Google .NET APIs - any other DataStore other than the FileDataStore?

后端 未结 5 1387

I\'m using the Google .NET API to get analytics data from google analytics.

this is me code to start the authentication:

IAuthorizationCodeFlow flow          


        
5条回答
  •  情深已故
    2020-12-14 02:08

    Our Web App is hosted on Azure so I needed to create an IDataStore for that.

    I used Azure Table Storage as our data store.

    Here's a gist of my attempt

    Feedback and suggestions are welcome

提交回复
热议问题