-
Notifications
You must be signed in to change notification settings - Fork 369
Fix: add scope to auth when uploading the ragfile. #5347
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
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Can you sign the CLA? It is required for the PR |
@matthew29tang Sure, I've just signed it . |
The lint is failing, can you format the line as follows: credentials, _ = auth.default(
scopes=["https://www.googleapis.com/auth/cloud-platform"]
) |
Bump on fixing the lint @Wasimhejazi ? If there is no activity in the next 7 days, then we will make a PR to resolve the issue. |
|
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Note: do not merge your PR from GitHub. Adding the "ready to pull" label is the final step in the review process.
After approvals, the changes in your PR will be committed to the
main
branch and this PR will be closed.Fixes :
fixed the following error :
🦕