It shows up "Project Default Service Account" instead of my project name, I see the project name on the google's console but on the permissions page for the given credentials attached to the project name I see that title, weird, anyone knows how to change that?
In the Cloud Console Auth section click on Consent Screen and it'll let you edit the look of that page, including the app title and logo.
Related
I have implemented Google signin and it works fine but I have a little problem with the app name appeared in Google authorization page after pressing Google login button. I'm guessing it's from bundleId but not sure. Is there any way to change that name without changing bundleId? Thanks in advance.
You can change the name in this link.
https://console.developers.google.com/apis/library
Select your project >> credentials >> OAuth consent screen >> Product name shown to users
Check the images
The process was similar for me but the url is different. Go to https://console.cloud.google.com/projectselector2/apis/credentials/consent
Select your project >> click on OAuth Consent Screen on the left nav >> then click EDIT APP >> On the next screen you can change your app name:
I have modified the user agent to be able to login to Google. When the user tries to login, he sees the following screen:
The company name I hid is clickable. Upon clicking it, there pops a small dialogue box with some Developer Info.
1) Is there any way to disable that link?
2) If not, is it possible to modify the text inside the dialogue box? Because currently, personal email id of a developer is displayed which we don't want.
Any help or relevant link would be appreciated.
EDIT:
Just like YouTube is disabled, I want my company's name to be disabled as well..
It seems that apart from YouTube no other company has this link disabled. I checked on MakeMyTrip, GoIbibo, TripAdvisor, StackOverflow and Quora. As YouTube is such a huge company, they might have got the screen customized from Google, just my hunch.
You have two options:
The best option is to create the project in a different Google account so your personal email won't show.
In the Email field on API console "OAuth Consent screen", you can select the Google group email (so create a group).
I have implemented Google signin and it works fine but I have a little problem with the app name appeared in Google authorization page after pressing Google login button. I'm guessing it's from bundleId but not sure. Is there any way to change that name without changing bundleId? Thanks in advance.
You can change the name in this link.
https://console.developers.google.com/apis/library
Select your project >> credentials >> OAuth consent screen >> Product name shown to users
Check the images
The process was similar for me but the url is different. Go to https://console.cloud.google.com/projectselector2/apis/credentials/consent
Select your project >> click on OAuth Consent Screen on the left nav >> then click EDIT APP >> On the next screen you can change your app name:
I have Google sign-in working, but the OAuth screen says:
Project Default Service Account would like to:
View your email address
View your basic profile info
I want it to say Project instead of Default Service Account.
First you need to go to google console with this link https://console.developers.google.com/apis/credentials/consent
Then in the console select your project for which you want to change the name like this
Then from the three dots in the left select Project Setting
In Project Setting change the name of your Project
This will change the display name.
Edit
Updated URL as per the comment of Steven Soneff
I grant a friend with write access to my project on bitbucket.
But now, he wants to quit but want to remain a read access to view how I'm going with my codes.
I looked through some pages I googled, but didn't find how to change his access from 'write' to 'read'.
Please tell me how I should do this.
The link above is now dead, so at present you can edit user groups by clicking on your profile image at the top right then Bitbucket Settings, select your team from the dropdown next to the word "Settings" on the left, then click "User Groups" under Access Management on the left-hand menu.