Skip to content

Commit 5ae792c

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
ANKUR DWIVEDI
authored and
ANKUR DWIVEDI
committed
added test case
1 parent 149a417 commit 5ae792c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ options = UploadFileRequestOptions(
422422
overwrite_custom_metadata=True,
423423
custom_metadata={'testss': 12},
424424
transformation=transformation
425+
checks="'request.folder' : '/testing-python-folder'" # To run server side checks before uploading files. Notice the quotes around request.folder and /testing-python-folder.
425426
)
426427

427428
result = imagekit.upload_file(file='<url|base_64|binary>', # required

tests/test_files_ops.py

+3-2
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)