C# 如何在WebView中打开Google文档?

C# 如何在WebView中打开Google文档?,c#,windows-8,windows-runtime,microsoft-metro,google-drive-api,C#,Windows 8,Windows Runtime,Microsoft Metro,Google Drive Api,我正在为Windows 8开发一个Google Drive应用程序。我需要在WebView中打开Google文档。我正在使用这个URLGoogleDoc是一个从JSON反序列化的对象 GoogleDoc.alternateLink + "&access_token=" + AccessToken https://docs.google.com/drawings/d/1sRwH0rixxxxxxxxxxxxxxxPJNKkySUb-70vlM/edit?usp=drivesdk&acce

我正在为Windows 8开发一个Google Drive应用程序。我需要在WebView中打开Google文档。我正在使用这个URL
GoogleDoc
是一个从JSON反序列化的对象

GoogleDoc.alternateLink + "&access_token=" + AccessToken
https://docs.google.com/drawings/d/1sRwH0rixxxxxxxxxxxxxxxPJNKkySUb-70vlM/edit?usp=drivesdk&access_token=ya29.1.AADtN_XfpEPIkTxxxxxxxxxxxxxxxqUaFsovWAgYbdL56Nw

上面的链接会打开文档几秒钟,然后提示“您已注销,需要再次登录”。登录按钮永远无法工作

因此,我不能在
WebView
中使用访问令牌,或者用户需要在
WebView
中再次登录吗