I have hired a developer to host Wordpress site on the Google Cloud and App Engine. He is asking me to provide my password of Gmail account so that he can host it for, but I don't want to provide my password to access Google APIs console. Is there any way to give access to other developer to work, just like Google Play Developer Console?
Yes, if you go to the following URL you can add developers to the project:
https://console.developers.google.com/project/<application-id>/permissions
Login to https://console.cloud.google.com/apis/
Click on top left menu and
Go to IAM & admin >> IAM >> Here you can add/remove users and manage permissions.
The link where you can manage the permissions:
https://console.developers.google.com/iam-admin/iam?project=<your-project-id>
If you do not have a project yet, create one here:
https://console.developers.google.com/projectcreate
Related
I can't find the simple answer for a simple question. I want to generate a link to my app on Google Play and check how many installs comes from this link.
For iOS this is very simple, you just go to the analytics ->sources and generate a link that has a parameter. I can't find anything like that in Google Play Developer Console. Am I missing something or there is not such option for GP?
You could use Firebase Dynamic Links.
More information here: https://firebase.google.com/docs/dynamic-links
You can create Dynamic Links using your own domain name:
https://example.com/summer-sale
https://example.com/links/promos/summer-sale
https://links.example.com/summer-sale
https://ex.amp.le/summer-sale
Or, if you don't have a domain for your app, you can use a free custom page.link subdomain:
EXAMPLE LINK: https://example.page.link/summer-sale
Create your free subdomain in the Firebase console.
All Dynamic Links features, including analytics, post-install attributions, and SDK integrations, work with both custom page.link domains and your own domain.
I've been using Google App Maker for a few months now, but tried to log into an existing App today and am getting this error:
The published app still seems to be working. But, I tested two different admin accounts to try and edit it and both get the same error. I looked under the G Suites Admin Panel and don't see App Maker in the G Suite Apps or Additional Google Services section.
Who do I need to contact? Should I submit something to the Issue Tracker?
If App Maker is no longer showing in your Admin Console then it seems there is a problem with your G Suite account. There are other reports in the App Maker Google Group from other users who are also reporting something similar hence I believe this is a bug. Please don't use Issue Trackers since this is mainly used to report bugs or issues found inside the App Maker service.
You must contact G Suite Support to report this since this an issues associated with the services inside the Admin Console. There is an App Maker Team in G Suite Support that will be able to help on this. More info on how to contact G Suite is available here https://support.google.com/a/answer/1047213
I had this same issue. My problem was I had two google accounts (personal and business). For some reason even if I was logged into my business account, when I went to appmaker.google.com the accounts would switch and I would be shown the please apply for early adopter page. To get around this logout of your personal account, clear cache, login with account that has access and you should be taken to the appmaker welcome screen.
It's the first time I'm developing an app not by myself, but together with another guy. This app uses Firebase backend and we both need access to realtime database to modify nodes related to those parts which we're developing.
Is there a way to provide access to a single Firebase project to different users without me sharing my Google account credentials? Something like collaborators on GitHub?
Permissions is actually used for this.
Go to your Firebase Console and select the specific project.
Click on Settings (Cog button beside Overview) and select Permissions. This will redirect you to the Google Cloud Console, IAM & Admin part.
Click on ADD. Under Members, type in the Gmail of the other user, and in Roles, select Project > Editor.
Click on ADD.
From there, the corresponding Firebase Project should be visible on the other user's Firebase Console in a few hours. (However, if you're in a hurry, you could just copy-paste the link of the project with the other user logged-in on Google and they would still be able to access it).
From there, they'd be able to edit out the Database part or whichever you needed.
so,
I am trying to integrate google identity toolkit in my localhost website.
According to the guide i should find a personalised Widget code in my developers console.
This code as mentioned in googles documentation exists in "Google identity toolkit" option in the left bar when we are on the settings page of this API.
But i have no such option showing.
I know this might seem to be a silly question as i probably unable to find the code but can someone please help me on this one.
Thanks in advance !
From the developers console for your Gitkit project, make sure to follow this path: APIs > Enabled APIs > Identity Toolkit API > Settings. Once on the settings page, you should see the URL configuration fields up top, and the providers down below. Scroll down past the providers and you should see the sample widget code.
The example about halfway down the https://developers.google.com/identity/toolkit/web/setup-frontend page can be used as well if you replace the config options with your site's appropriate settings.
I am trying to configure a single gmail account to be used with google docs edit in Alfresco.
I added the following in alfresco-global.properties:
googledocs.googleeditable.enabled=true
googledocs.username=username#gmail.com
googledocs.password=password
googledocs.application.name=Alfresco ECM system
googledocs.url=https://docs.google.com/feeds/default/private/full
googledocs.downloadurl=https://docs.google.com/feeds/download
googledocs.spreadsheet.service.name=wise
googledocs.spreadsheet.downloadurl=https://spreadsheet.google.com/feeds/download
But, it again asks for authorization and to enter username, password, when I try editing in google docs.
Is there a way to configure the system, to directly go to the gmail account mentioned in the properties file?
In order to enable Google Docs integration with Alfresco (hope you're talking about a > 4.0 Alfresco version) you need to:
Open the Admin Console in Alfresco Share and then click Google Docs.
Open the Google Docs page and click Edit.
Set the Google Docs properties following directive from this link
There is a free Alfresco wiki PDF to configure Google Docs.
Hope it helps.