photools.com Community

IMatch Discussion Boards => IMatch Scripting and Apps => Topic started by: ubacher on September 05, 2017, 09:20:09 AM

Title: 2017.9.2 Hurray: We can now copy/rename/move! But delete?
Post by: ubacher on September 05, 2017, 09:20:09 AM
I find calls to copy,rename and move files (now withing the db). But I can't find a file delete call.
Did I miss something or is delete still outstanding?
(Not sure if I could just delete the file from the system (which already existed) and then remove (new fuctionality) the file from the db?
Have not tried it.)
Title: Re: 2017.9.2 Hurray: We can now copy/rename/move! But delete?
Post by: Mario on September 05, 2017, 10:39:36 AM
You can:
/files endpoint with the DELETE method.
/folder endpoint with the DELETE method.

There is a lot of /files and /folders endpoints and you have to scroll a lot or open the doc app in an external browser to have additional find functions.

(https://www.photools.com/community/index.php?action=dlattach;topic=7083.0;attach=16167;image)