The credentials required to delete files are management credentials. The main reason why you do not need to pass credentials to delete files is that Qiniu’s SDK directly encapsulates the signature of the management credentials in the upload function. If the deletion operation returns 401, it means that the deletion operation The signature of the management certificate is incorrect. Can you directly provide the code that calls the delete function?
The credentials required to delete files are management credentials. The main reason why you do not need to pass credentials to delete files is that Qiniu’s SDK directly encapsulates the signature of the management credentials in the upload function. If the deletion operation returns 401, it means that the deletion operation The signature of the management certificate is incorrect. Can you directly provide the code that calls the delete function?