我正在尝试从Documents List API迁移到Drive API。
我的应用程序使用"getting profile information for users“函数,但Google Drive API没有该函数。
因此,我在从文档列表API迁移时遇到了一个问题。
请告诉我如何解决这个问题。
发布于 2013-01-22 11:11:23
请参见:
https://developers.google.com/accounts/docs/OAuth2Login#userinfocall
以获取有关检索用户配置文件信息的更新信息。
https://stackoverflow.com/questions/14445708
相似问题