You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already deployed the backend and frontend of LLM Graph Builder in GCP (and using Gemini), with each running in a separate Cloud Run instance. I have set the proper permissions for Service Accounts and Credentials (OAuth 2.0).
I have tested uploading files using local storage and Wikipedia, but I am encountering an issue when processing files using GCS.
The error message is "Invalid Folder Name," even though the GCS project ID, bucket, and folder name I am using are correctly set. I have tried using an empty 'Folder Name,' both with and without the '/' character, but the problem persists. I am using the latest main branch.
The logs of this error are not being displayed in Cloud Logging, including both backend and frontend logs.
We suspect that the issue might be located in frontend/src/components/DataSources/GCS/GCSModal.tsx or in the backend APIs it calls. However, we are unable to effectively debug the problem due to the lack of logs."
The rest of the framework works fine (using local storage, Gemini, Q&A chat window).
Thank you very much !
The text was updated successfully, but these errors were encountered:
Hi @maxibarrios0822 For GCS integration, you need to mention the Google OAuth client ID in the frontend env and GCS_FILE_CACHE value to True in the backend ENV
Hi @kartikpersistent , thanks for the answer. I deployed the backend with GCS_FILE_CACHE=True but still have the problem. The frontend was previously configured with the Google OAuth Cliend ID and is apparently working.
The problem persist (Invalid Folder Name), any idea ?
I am thinking if the configuration of the OAuth Credentials in GCP are ok or not (and the error is not being logged, so that's why it's failing but not showed). I am setting the OAuth credentials as: "Authorized JavaScript origins" -> myfrontendendpoint
"Authorized redirect URIs" -> myfrontendendpoint/extract
Hello everyone,
I have already deployed the backend and frontend of LLM Graph Builder in GCP (and using Gemini), with each running in a separate Cloud Run instance. I have set the proper permissions for Service Accounts and Credentials (OAuth 2.0).
I have tested uploading files using local storage and Wikipedia, but I am encountering an issue when processing files using GCS.
The error message is "Invalid Folder Name," even though the GCS project ID, bucket, and folder name I am using are correctly set. I have tried using an empty 'Folder Name,' both with and without the '/' character, but the problem persists. I am using the latest main branch.
The logs of this error are not being displayed in Cloud Logging, including both backend and frontend logs.
We suspect that the issue might be located in frontend/src/components/DataSources/GCS/GCSModal.tsx or in the backend APIs it calls. However, we are unable to effectively debug the problem due to the lack of logs."
The rest of the framework works fine (using local storage, Gemini, Q&A chat window).
Thank you very much !
The text was updated successfully, but these errors were encountered: