确定 Google 帐户是否为高级帐户
我的应用程序使用 Google Docs(通过 OAuth)打开和保存文件。现在,当将 Microsoft Office 文档上传到 Google 文档时,它们会转换为本机 Google 文档,适用于免费和高级 Google 帐户。
鉴于我使用 OAuth,有什么方法可以可靠地确定该帐户是否是高级帐户并支持上传未转换的文档?
My application uses Google Docs (through OAuth) to open and save files. Now when uploading Microsoft Office documents to Google Docs they are converted to native Google Docs, which works for both free and premium Google accounts.
Given that I use OAuth is there any way to reliably determine whether the account is premium and supports uploading of unconverted documents?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查找
应在帐户的元数据 Feed 中 :元数据提要。
如果存在以下问题,请查看此帖子让它发挥作用。
One should be looking for
in metadata feed for the account: Metadata Feed.
Look at this thread if there are problems with getting it working.