-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify API Enablement instructions in the Authorization section of readme.md #710
Comments
Great ideas! I think it would be best to show the services supported by this library and the matching APIs that must be enabled. Along with that, we can leave a reminder to only enable the ones you need. |
This is also something that would benefit all the gcloud-* projects... Maybe it's time to create gcloud-common, push some Markdown and screenshots to that library, and submodule them in...? |
Sounds good to me; are we renaming meta or starting new? |
I think we still need a place to have private conversations, so this would
be gcloud-common, a new repo. Thoughts?
|
Private roadmap stuff does come up now and then, so that makes sense. Opened https://github.com/GoogleCloudPlatform/gcloud-common |
Sweet :-D
|
This was fixed over in gcloud-common, but will wait for #734 to merge before calling this resolved. |
🤖 I have created a release \*beep\* \*boop\* --- ### [6.2.7](https://www.github.com/googleapis/nodejs-translate/compare/v6.2.6...v6.2.7) (2021-08-17) ### Bug Fixes * **deps:** google-gax v2.24.1 ([#711](https://www.github.com/googleapis/nodejs-translate/issues/711)) ([87604a3](https://www.github.com/googleapis/nodejs-translate/commit/87604a30f57186c90e8edfe7a3259c41da8c03d2)) * increase timeout for batch translate document ([#708](https://www.github.com/googleapis/nodejs-translate/issues/708)) ([ef154ad](https://www.github.com/googleapis/nodejs-translate/commit/ef154ad287820890a4aaedbf40e91b1cb2f798cc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Source-Link: googleapis/googleapis@68ad73b Source-Link: googleapis/googleapis-gen@a581672 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTU4MTY3MjA2MWI5NDgxYzAxOTJkZTAzYmJmYTM0NjRlMDIzMzgxMSJ9 See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Common protos do not belong here, they are a part of google-gax.
Common protos do not belong here, they are a part of google-gax.
In the Authorization -> Elsewhere section of the readme, readers are instructed to:
Navigate to APIs & auth > APIs section and turn on the following APIs (you may need to enable billing in order to use these services):
Given this description is API agnostic, it is slightly confusing why these three APIs are chose. I would recommend either:
or
As a small nit, lets use the language 'enable' and 'disable' for consistency with the experience when they get to the GUI.
The text was updated successfully, but these errors were encountered: