slack-delete-files
slack-delete-files copied to clipboard
:bomb: mass delete files from Slack using JavaScript.
Hi! your script helped us a lot back in the day. Every user would use their own token and everyone deleted their own files. But now with legacy tokens removed...
Has anyone else experienced this? The files are definitely being deleted, but Slack is not recognizing the free space. If you search for a file that was deleted through the...
I got an error while deleting files. I have bash script that run slack-delete-files multiple times with different user tokens (Legacy tokens), and the example response is like below: ```...
It shows it deleting but in fact it delete nothing. Maybe because Slack changed their API and this plugin just does not work because of it.
Running `slack-delete-files --age=60 --pinned --token={token}` without the `--max` flag yielded: `Deleting 886 file(s)...` Adding `--max=10000` yields: `Deleting 24 file(s)...` The first time I ran it without the flag, it said...
Hi, I added a boolean dryrun CLI argument that will allow users to test the delete and just print the files that will get deleted without actually deleting any.
Thanks @diessica for developing this utility. We've been struggling with file space issue on slack for quite a while, and this has come handy. I feel need to enhance this...