Drive.delete #3504
Unanswered
dmeinke-etc
asked this question in
Help
Drive.delete
#3504
Replies: 2 comments 4 replies
-
Hi @dmeinke-etc ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same problem |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
static async DeleteFile(filePath){ console.log(filePath) await Drive.use('s3').delete(filePath) }
That's a method in my UploadFile class and filePath is valid, doesn't throw any errors but the file remains on Digital Ocean spaces
Seems pretty simple. Was the delete not meant to work with DO spaces?
Beta Was this translation helpful? Give feedback.
All reactions