问题标签 [google-domains]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-cloud-platform - 使用 Google 域默认名称服务器将域指向计算引擎
我已经在谷歌计算引擎上部署了我的网站。现在我想将我的域(example.com)从谷歌域指向该计算引擎实例,但问题是,我还需要在子域(博客.example.com)。目前,我在谷歌域上使用自定义名称服务器作为计算引擎实例,但我的博客在它的子域上不起作用,在联系谷歌域支持团队后,他说我需要在谷歌域上使用默认名称服务器,但对于计算引擎,我需要使用自定义名称服务器。
简而言之,我如何在计算引擎上同时使用我的主域(example.com)和博客博客的子域(blog.example.com)。
请帮帮我!提前致谢!
web-services - Google app engine custom domain not available in my country
Trying to build my first project using Google App Engine and want to use a custom domain later.
I've read that i needed to add a mapping for custom domain, but Google Domains isn't available in my country.
Is there any solution ? because i'm so interrested by this solution.
If not, maybe another service would suite for me ? any suggestion would be a great help !
Country: Algeria.
Thanks in advance !
google-app-engine - GAE Delete Domain Mapping not working
I have an old AppEngine project which is mapped to my domain. I recently transferred this domain to Google Domains.
I created a new AppEngine project which I now want to map to my domain instead of the old project. When I attempt to do so I get the error "my-domain-name is already mapped to a project." That makes sense.
However, when I attempt to delete the mapping from my old project (console.cloud.google.com/appengine/settings/domains?project=my-old-project-name) I get an error: "Error Sorry, there’s a problem. If you entered information, check it and try again. Otherwise, the problem might clear up on its own, so check back later. Tracking Number: xxxxxxx Send feedback "
I've tried this several times so this is for sure not clearing up on its own. (I've also tried sending feedback but not gotten any reply)
Any idea on how I can move the mapping from my old AppEngine project to the new AppEngine project?
dns - 如何使用 Google Domains 屏蔽 URL 重定向
在 Google Domains 上,我拥有www.example.com
. 我也有免费托管在www.university.com/~myname
。
我希望能够转发
www.example.com
到www.university.com/~myname
,
但我希望域仍显示为www.example.com
.
我也想要
www.example.com/something/something.txt
转发给
www.university.com/~myname/something/something.txt
,
URL 仍然显示www.example.com/something/something.txt
。
我怎样才能做到这一点?
(我知道这个问题存在,但设置页面非常过时:How to mask the domain forward from Google domain without Google app)
amazon-web-services - 使用谷歌域的 AWS SSL 配置
我对 google 域的 aws SSL 配置有问题。以下是我的网站的配置。
www.abc.com Google 域
myloadbalancer-XXXXXX.elb.amazon.com aws 负载均衡器
我在 ACM 上创建了 SSL 证书,如随附的AWS ACM 屏幕截图所示
然后我使用 Lister HTTPS 创建 loadblancer 并指向 HTTP 80 端口(网站正在运行的 EC2 实例) AWS 负载均衡器的屏幕截图
我的谷歌域 abc.com 指向负载均衡器 url
问题是当我在浏览器中打开负载均衡器 URL 时,它显示错误NET::ERR_CERT_COMMON_NAME_INVALID,如附图所示负载均衡器浏览器屏幕截图
当我打开谷歌域 abc.com 时,它甚至不显示 HTTPS。它适用于 http:abc.com
我无法找出为什么 abc.com 不适用于 HTTPS。我也很困惑,我们在 ACM 中为域(abc.com)设置 SSL,然后在 aws 负载均衡器中使用此证书。负载均衡器再次附加到 google domain 。然后谷歌域知道通过负载均衡器获取 SSL。我在整个设置中是否缺少任何东西
firebase - Google 域 - Firebase 托管的 DNS 配置
在为 Firebase 托管设置我的 Google 域方面需要您的帮助。我的 firebase 项目已准备就绪https://manipuriinkolkata-184811.firebaseapp.com/ 但我在 Google Domain 中设置的 DNS 出现了一些问题。我在下面配置为
- “名称服务器”没有变化,我使用 Google Domains 名称服务器 [不确定]
- “注册主机”没有变化[不确定]
- 在合成记录中完成永久重定向 (301),转发路径。
- 在“自定义资源记录”中:
一个)。添加了 @ 类型为 TXT 和 google-site-verification='acb'。
乙)。添加了 @mydomainName 类型 A 和 firebase IP。
我收到错误“找不到服务器 DNS 地址。[ERR_NAME_NOT_RESOLVED]
谢谢 hemanta
amazon-web-services - 在 AWS EC2 上托管 Google Domain
我不确定这是否是问这个问题的地方。
我最近从 Google 购买了一个域并设置了电子邮件转发,以便将发送到“me@domain.com”的电子邮件发送到拥有该域的帐户的 gmail,然后我盯着 AWS 上的一个 ec2 实例。我在 Google 域中更改了我的名称服务器,这样当我进入我的域时,我会得到我的 ec2 实例,并且它可以正常工作。
但是,现在我的电子邮件转发不再有效,所以我尝试在 AWS 上的 53 号路由中设置一个 MX,使用
没有名字,因为我在网上读过。我仍然没有像以前那样收到电子邮件,并且不确定该怎么做。提前致谢
python - SMTP认证错误;不接受用户名和密码
我正在关注这本书,在第 18 章中,当前作业的一部分涉及通过 Django 发送电子邮件。我有一个用于测试的年度域,而不是每月额外支付 5 美元,我想我只需使用这些说明将电子邮件转发到现有地址。
然后我继续进行设置,以便我可以通过从您的转发电子邮件地址发送邮件部分使用别名发送邮件
但是,我无法使用生成的应用密码 + 别名使其正常工作。当我尝试从页面发送电子邮件时,它仅在禁用 2FA 并且我使用我的实际 gmail 凭据时才有效,例如:
它按预期工作。但是,假设我想使用我生成的应用程序密码和别名,例如:
然后我会收到以下错误:
无法使用上面屏幕截图中 URL 中的支持文章,但为了方便起见,这里是:
https://support.google.com/mail/?p=BadCredentials
无论如何,这些是我正在采取的确切步骤:
从 macOS 10.13.1 上的终端,我python manage.py runserver
从终端运行,然后进入http://localhost:8000/
Google Chrome。页面显示正确。我按 Enter 并尝试发送电子邮件。接下来,它要么工作,要么我得到上面显示的屏幕截图。这是回溯的 dpaste:
其他可能相关的设置:
任何帮助是极大的赞赏!
关于重复指控:
我已经尝试了潜在副本中接受的答案的说明。再一次,我可以通过使用我的普通 Gmail 凭据来让它工作——但我不想透露我的个人电子邮件地址,这就是我使用这些说明设置别名的原因。这应该允许我代表别名域(我拥有)发送电子邮件
编辑:添加我对用户询问我是否尝试了故障排除步骤的回复(tl;博士是的,我做了):
- 将您的电子邮件客户端更新到最新版本。
不为此使用电子邮件客户端;不适用 - 使用应用密码:如果您使用两步验证,请尝试使用应用密码登录。
上面已经解决了这个问题;有点像我的问题 - 允许安全性较低的应用:如果您不使用两步验证,您可能需要允许安全性较低的应用访问您的帐户。
允许安全性较低的应用程序已启用。否则不起作用 - 如果您最近更改了 Gmail 密码,您可能需要重新输入您的 Gmail 帐户信息或在其他电子邮件客户端上完全重复您的 Gmail 帐户设置。
与我的 gmail 密码无关——当我使用我的实际 gmail 凭据并且我能够登录到 gmail 时它可以工作 - 如果上述提示没有帮助,请访问https://www.google.com/accounts/DisplayUnlockCaptcha并按照页面上的步骤操作。
已经试过这个 - 电子邮件客户端的登录方法可能不安全。尝试直接在 Gmail 应用上登录。
不要认为我可以将 gmail 应用程序与此结合使用;不适用
google-api - Google Plus Domains Api 错误插入活动
我尝试通过带有“plusDomains.activities.insert”的“Google+ Domains API v1”表单创建活动
我使用范围:
- https://www.googleapis.com/auth/plus.login
- https://www.googleapis.com/auth/plus.me
- https://www.googleapis.com/auth/plus.stream.write
请求是:https://www.googleapis.com/plusDomains/v1/people/me/activities?preview=true&fields=access&key={YOUR_API_KEY}
参数 :
但我有以下错误:
我有这个消息:
You do not have permission to execute this method.