如何获取Heroku应用程序ID? [英] How can I retrieve Heroku application id?

查看:154
本文介绍了如何获取Heroku应用程序ID?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

第三方支持要求我输入heroku应用程序ID(app123@heroku.com).我很确定有某种方法可以实现它,但是我不知道它是什么.即使在更详细的--json模式下,heroku info也没有此功能.

I am being asked for heroku app id (the app123@heroku.com) by 3rd party support. I am quite sure there was some way to do get it, but I don't see it know. It's not featured in heroku info even in the more verbose --json mode.

我如何找回它?

推荐答案

我遇到了同样的问题,并且通过我的支持通知单得知,获取heroku应用程序ID(SendGrid使用的唯一方法)是要求它通过Heroku支持.以下是Heroku支持人员所说的话:

I had the same issue, and was informed via my support ticket that the only way to get the heroku app ID (that SendGrid uses) is to ask for it via Heroku support. Here's what Heroku support says:

您无法自己获取该值.这是SendGrid支持要求只有Heroku支持才能提供给他们的值.

You cannot retrieve that value yourself. This is a value that SendGrid support requires that only Heroku support can supply to them.

在此处购买票证: https://help.heroku.com/?t=true

原来您可以通过运行来访问它

Turns out you can access it by running

heroku config:get SENDGRID_USERNAME
app171441466@heroku.com

这篇关于如何获取Heroku应用程序ID?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆