7 questions
0
votes
0
answers
160
views
Cannot find OAuth consent screen or project in Google Cloud Console for an old Login with Google setup
I set up Google login for my app about six years ago using the Google Developer Console. Now, I want to add a domain to the allowed origins list. However, when I log in to the Google Cloud Console, I ...
0
votes
1
answer
79
views
Fuzzy search support
we are using google cloud search https://developers.google.com/cloud-search and there is a requirement on implementing fuzzy search. for ex: if we search a name: sabarish I'm returning the results ...
0
votes
1
answer
749
views
Connecting my cloud build with cloud sql specifically inside the docker build
Thank you in advance for your help.
I want to deploy my landing page to Cloud Run, it's a pretty basic NextJS app, there was no problem in deploying the app until I added this single API route:
import ...
1
vote
1
answer
913
views
GCS Dataflow throws an error - FileNotFoundException(No such file or directory found)
I have created a dataflow job in GCS which reads .tsv files from GCS Bucket and inserts into BigQuery Tables. Before forming a table row, I have to read a lookup file which has the column names.
This ...
2
votes
0
answers
319
views
Indexing custom properties with Google Cloud Search API
We are having issues indexing metadata with items added to Google Cloud Search with 3rd-party datasources, using the REST API. We are following this guide: https://developers.google.com/cloud-search/...
0
votes
1
answer
544
views
Google Cloud Search Query via Node.js Error: This project doesn't have Cloud Search's Query API Enabled
I am working on Google Cloud Search API to search documents stored in Google Drive. I have Google Workspace account and few documents stored in Google Drive. I am able to search using Google Cloud ...
2
votes
3
answers
434
views
Google Cloud Search Database Connector Issues
I am working with Google Cloud search (https://developers.google.com/cloud-search/docs/guides/?_ga=2.124920714.-122300216.1578247736) and I am attempting to index a Cloud SQL instance. Presently I am ...