如何在Android应用程序中使用SpreadSheetService使用OAuth 2.0协议

时间:2015-05-12 15:04:27

标签: android spreadsheet

我正在尝试从Google云端硬盘驱动器中的电子表格中获取数据,但我必须打开https://www.google.com/settings/security/lesssecureapps以避免OAutha身份验证,但显然不太安全

那么我该如何实现它,因为当我尝试使用我的帐户时出现Invalid Credential错误

    spreadsheet.setUserCredentials("GmailAccount","Password");

我得到的错误

       com.google.gdata.client.GoogleService$InvalidCredentialsException: Invalid credentials         

0 个答案:

没有答案