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
Is your feature request related to a problem? Please describe.
Missing functionality on the Box class, Both overwrite and delete is missing.
Describe the solution you'd like
I would like an overwrite:bool flag on BoxFileWriter so you can overwrite the file on Box if it already exists.
I would like a BoxFileDeleter so I can delete files on box.
Describe alternatives you've considered
This is basic functionality, there should not be a workaround needed for this.
Is your feature request related to a problem? Please describe.
Missing functionality on the Box class, Both overwrite and delete is missing.
Describe the solution you'd like
I would like an
overwrite:bool
flag onBoxFileWriter
so you can overwrite the file on Box if it already exists.I would like a
BoxFileDeleter
so I can delete files on box.Describe alternatives you've considered
This is basic functionality, there should not be a workaround needed for this.
Additional context
See following links:
https://github.com/box/box-python-sdk/blob/main/docs/usage/files.md#move-a-file
https://github.com/box/box-python-sdk/blob/main/docs/usage/files.md#delete-a-file
The text was updated successfully, but these errors were encountered: