OAuth consent screen - ability to remove application logo: old solution is no longer working
- 阅读更多 关于 OAuth consent screen - ability to remove application logo: old solution is no longer working
问题 Question : how to remove an application logo. Solution : previous solution from this answer, https://stackoverflow.com/a/57168008/1992004, is no longer working. Google changed the format of "iconUrl" to "icon" , and uses now the Base64 -encoded data stream, like "icon":"iVBORw0KGgoAAAAN... , instead of the image URL, previously written as "iconUrl":"https://..." . I've tried "icon":"" and many Base64-encoded values like "icon":"IA" , "icon":"Lw" , and some of other - no success. I get console