You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The upload_sample operation does not properly define the file_data keyword with a default value. Due to this, developers who make use of the sample or upfile keywords may encounter 500s when trying to upload files via this method.
To Reproduce
Create an instance of the FalconXSandbox Service Class.
Attempt to upload a file using the upload_sample operation, but use the sample or upfile keyword instead of file_data.
Expected behavior
File should upload successfully regardless of the keyword used to provide the file.
Environment (please complete the following information):
OS: All supported
Python: All supported
FalconPy: <= 1.2.10
Additional context
Thanks go out to @awhogan for identifying and reporting this issue! 🙇
Developers can workaround this issue by making use of the file_data keyword instead.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
upload_sample
operation does not properly define thefile_data
keyword with a default value. Due to this, developers who make use of thesample
orupfile
keywords may encounter 500s when trying to upload files via this method.To Reproduce
Create an instance of the FalconXSandbox Service Class.
Attempt to upload a file using the
upload_sample
operation, but use thesample
orupfile
keyword instead offile_data
.Expected behavior
File should upload successfully regardless of the keyword used to provide the file.
Environment (please complete the following information):
Additional context
Thanks go out to @awhogan for identifying and reporting this issue! 🙇
The text was updated successfully, but these errors were encountered: