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
on_created_object() and on_created_file() for new file
on_reuploaded_object() and on_reuploaded_file() when file already exists
Unfortunately as I check the code, current hook system isn't very consistent in terms of on_created_tag because on_created_tag is triggered for each tag but only for new files. I will create an issue for that (edit: #1015)
Hi, team. My question is about mwdblib and hooks.
If I use mwdb.upload_file() function to upload the file using REST API, will it trigger the on_created_object()/on_created_file()/other hooks?
The text was updated successfully, but these errors were encountered: