google-cloud-node: Build Problems with Storage ACLs
I saw this locally yesterday, but the builds worked in Travis. Today, Travis is reporting the same errors:
https://travis-ci.org/GoogleCloudPlatform/gcloud-node/#L2635
1) storage acls buckets should add entity to default access controls:
Error: Not Found
at Object.handleResp (lib/common/util.js:9:4858)
at Request._callback (lib/common/util.js:9:20254)
at _stream_readable.js:908:16
2) storage acls buckets should grant an account access:
Error: Not Found
at Object.handleResp (lib/common/util.js:9:4858)
at Request._callback (lib/common/util.js:9:20254)
at _stream_readable.js:908:16
3) storage acls buckets should update an account:
Error: Not Found
at Object.handleResp (lib/common/util.js:9:4858)
at Request._callback (lib/common/util.js:9:20254)
at _stream_readable.js:908:16
4) storage acls files should grant an account access:
Error: Not Found
at Object.handleResp (lib/common/util.js:9:4858)
at Request._callback (lib/common/util.js:9:20254)
at _stream_readable.js:908:16
5) storage acls files should update an account:
Error: Not Found
at Object.handleResp (lib/common/util.js:9:4858)
at Request._callback (lib/common/util.js:9:20254)
at _stream_readable.js:908:16
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 17 (13 by maintainers)
Commits related to this issue
- fix: fixes for dynamic routing and streaming descriptors (#716) * fix: fixes for dynamic routing and streaming descriptors Use gapic-generator-typescript v2.14.5. PiperOrigin-RevId: 450616838 ... — committed to googleapis/google-cloud-node by gcf-owl-bot[bot] 2 years ago
- chore(main): release 4.0.0 (#715) :robot: I have created a release *beep* *boop* --- ## [4.0.0](https://github.com/googleapis/nodejs-video-intelligence/compare/v3.4.1...v4.0.0) (2022-06-29) ### ⚠... — committed to googleapis/google-cloud-node by release-please[bot] 2 years ago
- fix: fixes for dynamic routing and streaming descriptors (#716) * fix: fixes for dynamic routing and streaming descriptors Use gapic-generator-typescript v2.14.5. PiperOrigin-RevId: 450616838 ... — committed to googleapis/google-cloud-node by gcf-owl-bot[bot] 2 years ago
- chore(main): release 4.0.0 (#715) :robot: I have created a release *beep* *boop* --- ## [4.0.0](https://github.com/googleapis/nodejs-video-intelligence/compare/v3.4.1...v4.0.0) (2022-06-29) ### ⚠... — committed to googleapis/google-cloud-node by release-please[bot] 2 years ago
- build(node): update client library version in samples metadata (#1356) (#716) * build(node): add feat in node post-processor to add client library version number in snippet metadata Co-authored-by: ... — committed to googleapis/google-cloud-node by gcf-owl-bot[bot] 2 years ago
I don’t believe this is the library as it wouldn’t be able to translate the email into a hash if the server returned the email. My guess is that you are not making exactly the same request as the library is, as we still have a few paths server side that are returning the hash that I am working on fixing.