Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to add logo in google consent screen?

I have created project in google developers console and now I want to set my logo in consent screen. I have logo on my computer and logo field on consent screen require URL, is there any way to set logo on my computer in consent screen? I have also tried uploading image on google drive and putting its share link in logo fild.

like image 792
DCoder Avatar asked Apr 16 '14 12:04

DCoder


1 Answers

You do need to use a URL, you can use Google Drive as a host , but you have to reformat the URL that is handed to you

You may have a url that looks like this https://drive.google.com/file/d/0B5vVIFW9BJ_lb2k0SV9oUV9TSEU/view?usp=sharing

You need to change it to

https://drive.google.com/uc?id=0B5vVIFW9BJ_lb2k0SV9oUV9TSEU

like image 136
Ryan Heitner Avatar answered Oct 09 '22 17:10

Ryan Heitner