Reputation: 3488
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.
Upvotes: 8
Views: 5154
Reputation: 13642
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
Upvotes: 11
Reputation: 422
I agree with @DalmTo. The logo must be hosted online. But yes, you can configure the location by giving an address in "Projects > APIs and Auth > Consent Screen > Product Logo".
The maximum size is 120*120px.
Upvotes: 2
Reputation: 31
I uploaded my icon to my AWS /var/www site, and entered the address in the Google console 'consent screen', and it worked. Looks like it needs a publicly accessible http link for this.
Upvotes: 0
Reputation: 117206
No you cant upload the file to the consent form. The logo must be hosted online someplace.
Upvotes: 2