-
Notifications
You must be signed in to change notification settings - Fork 592
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
Resource Manager can't be used on a global basis #864
Comments
Carrying this over from #851:
We do support the gcloud sdk's credentials (thanks to google-auth-library), but it still returns "The caller does not have permission" when trying to create a project. To confirm the credentials are being picked up, after doing |
@jgeewax maybe a whitelisting issue? Project ID is nth-circlet-705. |
Give it a try now? |
It works! So, I guess since this is just an issue of the API being officially released, there's nothing left to do with the codebase. |
Yep -- it's just a whitelist only API apparently... the docs are public,
but the API itself is 'by request'
|
🤖 I have created a release \*beep\* \*boop\* --- ### [4.3.1](https://www.github.com/googleapis/nodejs-dialogflow/compare/v4.3.0...v4.3.1) (2021-08-17) ### Bug Fixes * **deps:** google-gax v2.24.1 ([#864](https://www.github.com/googleapis/nodejs-dialogflow/issues/864)) ([6646fb3](https://www.github.com/googleapis/nodejs-dialogflow/commit/6646fb35de95b2933adad91a4a111ee0dfd37ce9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/3ab4095b-0974-4516-aab6-99038956a6bc/targets - [ ] To automatically regenerate this PR, check this box.
Resource Manager support was integrated in #860, but with many limitations:
Right now, Resource Manager can only get a list of projects from a user and the metadata for them. Other operations (the ones above) return a 403.
The text was updated successfully, but these errors were encountered: