我正在部署一个 ContentService,它作为“访问 webapp 的用户”执行。我正在编写一个 Android 客户端来使用此 ContentService,但尚不清楚如何将 Google 用户验证到 ContentService。
使用 OAuth2 与其他 Google API一起执行此操作的众所周知的路径- 这是否适用于我使用 ContentService 制作的服务?
我正在部署一个 ContentService,它作为“访问 webapp 的用户”执行。我正在编写一个 Android 客户端来使用此 ContentService,但尚不清楚如何将 Google 用户验证到 ContentService。
使用 OAuth2 与其他 Google API一起执行此操作的众所周知的路径- 这是否适用于我使用 ContentService 制作的服务?