-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Added Dropbox remote uploader #1258
base: main
Are you sure you want to change the base?
Conversation
@eleensmathew is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I tried testing it it seems like its not working, I created an app with access token and chose a folder path. |
I'll try fixing it and make a revision |
Hey @dartpain Can you check it now? |
It seems that I keep getting error 400. Can you provide some instructions please? |
Made changes to frontend and added code for dropbox remote loader
Used https://python.langchain.com/docs/integrations/document_loaders/dropbox/ as reference.
fixes #1179