We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment, specifying allowed_formats only raises a general Error when the file is of the wrong file type: ie: Raw file format txt not allowed
Having a specific type of exception such as BadFormat/BadFileType would allow us to handle it in a cleaner fashion.
Yes, implement an exception which is raised if the server returns a certain type of error.
The text was updated successfully, but these errors were encountered:
I would like to work on this. Can you assign it to me?
Sorry, something went wrong.
@aachal28 you can always submit a pull request 😄
const-cloudinary
No branches or pull requests
Feature request for Cloudinary Python SDK
Explain your use case
At the moment, specifying allowed_formats only raises a general Error when the file is of the wrong file type: ie: Raw file format txt not allowed
Describe the problem you’re trying to solve
Having a specific type of exception such as BadFormat/BadFileType would allow us to handle it in a cleaner fashion.
Do you have a proposed solution?
Yes, implement an exception which is raised if the server returns a certain type of error.
The text was updated successfully, but these errors were encountered: