OAuth consent screen - ability to remove application logo

后端 未结 6 1869
渐次进展
渐次进展 2020-12-16 09:13

I added an application logo by mistake on the OAuth consent screen (URL: https://console.cloud.google.com/apis/credentials/consent), and now it says my consent screen requir

6条回答
  •  伪装坚强ぢ
    2020-12-16 09:44

    The methods above did not work for me, I kept getting INVALID_ARGUMENT. This is because I had client credentials in the project. I had to delete the client credentials and the DELETE request method (without data-binary) worked for me.

提交回复
热议问题