我有过Spreadsheet应用程序,过去几个月都运行良好。 但它现在不起作用(抛出404错误)。
以下是代码:
SpreadsheetsService service = new SpreadsheetsService("appname");
service.setUserCredentials(userName, password);
// It worked fine, but now I got 404
string token = service.QueryClientLoginToken();
感谢您的回答/反馈
由于
答案 0 :(得分:2)
编辑:您最后一次尝试使用该服务时是什么时候?因为在网站上它说:
重要提示:不再支持OAuth 1.0,将于2015年5月5日停用。如果您的应用程序使用OAuth 1.0,则必须迁移到OAuth 2.0,否则您的应用程序将停止运行。
您确定已经执行了所有必要步骤来创建针对该服务的查询请求吗?
查看gdata文档https://developers.google.com/google-apps/spreadsheets/authorize