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

后端 未结 5 1378

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条回答
  •  Happy的楠姐
    2020-12-14 02:14

    There are implementations for Windows 8 applications and Windows Phone available here:

    • WP Data Store
    • WinRT Data Store

    Take a look in the following thread Deploying ASP.NET to Windows Azure cloud, application gives error when running on cloud before you are going to implement your own DataStore.

    In the future we might also have a EF DataStore. Remember that it's an open source project so you may implement it and send it to review :) Take a look in our contribution page (https://code.google.com/p/google-api-dotnet-client/wiki/BecomingAContributor)

提交回复
热议问题