Using Gemini Throughout the Software Development Lifecycle recensioni
12716 recensioni
Adrian D. · Recensione inserita oltre un anno fa
Soulemanou F. · Recensione inserita oltre un anno fa
Dong Kyu S. · Recensione inserita oltre un anno fa
backend is not connecting to firestore. Gemini is useless to try identifying the issue: node:internal/process/promises:289 triggerUncaughtException(err, true /* fromPromise */); ^ Error: 7 PERMISSION_DENIED: Request had insufficient authentication scopes. at callErrorFromStatus (/home/user/cymbal-superstore/backend/node_modules/@grpc/grpc-js/build/src/call.js:31:19) at Object.onReceiveStatus (/home/user/cymbal-superstore/backend/node_modules/@grpc/grpc-js/build/src/client.js:357:73) at Object.onReceiveStatus (/home/user/cymbal-superstore/backend/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:323:181) at /home/user/cymbal-superstore/backend/node_modules/@grpc/grpc-js/build/src/resolving-call.js:94:78 at process.processTicksAndRejections (node:internal/process/task_queues:77:11) for call at at ServiceClientImpl.makeServerStreamRequest (/home/user/cymbal-superstore/backend/node_modules/@grpc/grpc-js/build/src/client.js:340:32) at ServiceClientImpl.<anonymous> (/home/user/cymbal-superstore/backend/node_modules/@grpc/grpc-js/build/src/make-client.js:105:19) at /home/user/cymbal-superstore/backend/node_modules/@google-cloud/firestore/build/src/v1/firestore_client.js:227:29 at /home/user/cymbal-superstore/backend/node_modules/google-gax/build/src/streamingCalls/streamingApiCaller.js:38:28 at /home/user/cymbal-superstore/backend/node_modules/google-gax/build/src/normalCalls/timeout.js:44:16 at Object.request (/home/user/cymbal-superstore/backend/node_modules/google-gax/build/src/streamingCalls/streaming.js:130:40) at makeRequest (/home/user/cymbal-superstore/backend/node_modules/retry-request/index.js:141:28) at retryRequest (/home/user/cymbal-superstore/backend/node_modules/retry-request/index.js:109:5) at StreamProxy.setStream (/home/user/cymbal-superstore/backend/node_modules/google-gax/build/src/streamingCalls/streaming.js:121:37) at StreamingApiCaller.call (/home/user/cymbal-superstore/backend/node_modules/google-gax/build/src/streamingCalls/streamingApiCaller.js:54:16) Caused by: Error at CollectionReference._get (/home/user/cymbal-superstore/backend/node_modules/@google-cloud/firestore/build/src/reference.js:1719:23) at CollectionReference.get (/home/user/cymbal-superstore/backend/node_modules/@google-cloud/firestore/build/src/reference.js:1707:21) at Object.<anonymous> (/home/user/cymbal-superstore/backend/dist/index.js:116:35) at Module._compile (node:internal/modules/cjs/loader:1358:14) at Module._extensions..js (node:internal/modules/cjs/loader:1416:10) at Module.load (node:internal/modules/cjs/loader:1208:32) at Module._load (node:internal/modules/cjs/loader:1024:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) at node:internal/main/run_main_module:28:49 { code: 7, details: 'Request had insufficient authentication scopes.', metadata: Metadata { internalRepr: Map(4) { 'google.rpc.errorinfo-bin' => [ Buffer(136) [Uint8Array] [ 10, 31, 65, 67, 67, 69, 83, 83, 95, 84, 79, 75, 69, 78, 95, 83, 67, 79, 80, 69, 95, 73, 78, 83, 85, 70, 70, 73, 67, 73, 69, 78, 84, 18, 14, 103, 111, 111, 103, 108, 101, 97, 112, 105, 115, 46, 99, 111, 109, 26, 48, 10, 6, 109, 101, 116, 104, 111, 100, 18, 38, 103, 111, 111, 103, 108, 101, 46, 102, 105, 114, 101, 115, 116, 111, 114, 101, 46, 118, 49, 46, 70, 105, 114, 101, 115, 116, 111, 114, 101, 46, 82, 117, 110, 81, 117, 101, 114, 121, 26, ... 36 more items ] ], 'grpc-status-details-bin' => [ Buffer(235) [Uint8Array] [ 8, 7, 18, 47, 82, 101, 113, 117, 101, 115, 116, 32, 104, 97, 100, 32, 105, 110, 115, 117, 102, 102, 105, 99, 105, 101, 110, 116, 32, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 32, 115, 99, 111, 112, 101, 115, 46, 26, 181, 1, 10, 40, 116, 121, 112, 101, 46, 103, 111, 111, 103, 108, 101, 97, 112, 105, 115, 46, 99, 111, 109, 47, 103, 111, 111, 103, 108, 101, 46, 114, 112, 99, 46, 69, 114, 114, 111, 114, 73, 110, 102, 111, 18, 136, 1, 10, ... 135 more items ] ], 'www-authenticate' => [ 'Bearer realm="https://accounts.google.com/", error="insufficient_scope", scope="https://www.googleapis.com/auth/datastore https://www.googleapis.com/auth/cloud-platform"' ], 'x-debug-tracking-id' => [ '10901972134362609962;o=1' ] }, options: {} }, statusDetails: [ ErrorInfo { metadata: { method: 'google.firestore.v1.Firestore.RunQuery', service: 'firestore.googleapis.com' }, reason: 'ACCESS_TOKEN_SCOPE_INSUFFICIENT', domain: 'googleapis.com' } ], reason: 'ACCESS_TOKEN_SCOPE_INSUFFICIENT', domain: 'googleapis.com', errorInfoMetadata: { method: 'google.firestore.v1.Firestore.RunQuery', service: 'firestore.googleapis.com' } }
Leonardo Z. · Recensione inserita oltre un anno fa
Sami Y. · Recensione inserita oltre un anno fa
Sunitha F. · Recensione inserita oltre un anno fa
These last steps need better format. When the steps direct us to Google cloud, most the things asked to select is not there.
Maria C. · Recensione inserita oltre un anno fa
VINOD S. · Recensione inserita oltre un anno fa
I'm pretty sure I've followed the steps carefully and yet I ran into some errors not foreseen in the lab instructions. Also, I created configured and launched the Workstation correctly, but, for the life of me, I couldn't pass the related checkpoint.
Marcel F. · Recensione inserita oltre un anno fa
Hassan L. · Recensione inserita oltre un anno fa
Good lab!
Pedro L. · Recensione inserita oltre un anno fa
Maria C. · Recensione inserita oltre un anno fa
Jack L. · Recensione inserita oltre un anno fa
error: statusDetails: [ ErrorInfo { metadata: { method: 'google.firestore.v1.Firestore.RunQuery', service: 'firestore.googleapis.com' }, reason: 'ACCESS_TOKEN_SCOPE_INSUFFICIENT', domain: 'googleapis.com' } ], reason: 'ACCESS_TOKEN_SCOPE_INSUFFICIENT', domain: 'googleapis.com', errorInfoMetadata: { method: 'google.firestore.v1.Firestore.RunQuery', service: 'firestore.googleapis.com' }
Dorina S. · Recensione inserita oltre un anno fa
Miguel Angel J. · Recensione inserita oltre un anno fa
Joao V. · Recensione inserita oltre un anno fa
Nanda Kumar C. · Recensione inserita oltre un anno fa
Miguel Angel J. · Recensione inserita oltre un anno fa
gustavo c. · Recensione inserita oltre un anno fa
there are authentication problems creating the app
LUIS ROBERTO M. · Recensione inserita oltre un anno fa
Juan D. · Recensione inserita oltre un anno fa
riju G. · Recensione inserita oltre un anno fa
ALVARO S. · Recensione inserita oltre un anno fa
Very bad lab - Having unexplained credential issues when deploying services
Rohit S. · Recensione inserita oltre un anno fa
ROBERT CARLOS G. · Recensione inserita oltre un anno fa
Non garantiamo che le recensioni pubblicate provengano da consumatori che hanno acquistato o utilizzato i prodotti. Le recensioni non sono verificate da Google.