-
Notifications
You must be signed in to change notification settings - Fork 408
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
fix: Dropbox note updated and minor exception handling changes #1178
base: main
Are you sure you want to change the base?
fix: Dropbox note updated and minor exception handling changes #1178
Conversation
unstract/connectors/src/unstract/connectors/filesystems/zs_dropbox/exceptions.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Added a minor comment
|
|
"description": "Helps connect to Dropbox. Please note that this connector is in `alpha` status and is limited by the access token's expiry (short-lived tokens of ~4 hour expiry). OAuth support is yet to be added to make this production-ready.", | ||
"type": "object", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"description": "Helps connect to Dropbox. Please note that this connector is in `alpha` status and is limited by the access token's expiry (short-lived tokens of ~4 hour expiry). OAuth support is yet to be added to make this production-ready.", | |
"type": "object", | |
"description": "Connect to your Dropbox storage. Please note that this is currently in `alpha` and is limited by the access token's short expiry time (4 hours). Does not support OAuth yet.", | |
"type": "object", |
What
Why
Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)
Notes on Testing
Screenshots
Checklist
I have read and understood the Contribution Guidelines.