我正在为我的应用程序使用谷歌应用程序API,并试图使用OAuth2授权它。我已经使用谷歌API控制台创建了一个项目和一个应用程序。我正在使用以下URL进行授权:

https://accounts.google.com/o/oauth2/auth&scope=https://www.googleapis.com/auth/admin.directory.user&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=code&client_id=(my application clientid)

得到如下错误,

Error: invalid_client
no application name
Request Details

我已经验证了客户端,甚至管理SDK的状态。