DriveKit客户端开启文件通知功能后,删除文件时收不到文件变化通知

After the file notification function is enabled on the DriveKit client, However, the file change notification is not received when the file is deleted

DriveKit客户端开启文件通知功能后,文件变更通知注册成功。但是删除文件时收不到文件更改通知

服务器界面如​​下:

  1. 什么类型的文件变化会回调第三方文件变化通知接口?
  2. 如何调试通知第三方文件变化的接口?
  1. 应用调用Changes.getStartCursor interface to obtain the cursor value required by Changes.subscribe. Call the Changes.subscribeAPI注册文件推送通知功能。这个APIreturn是注册成功后的Channel对象。开发者需要将Channel对象中的channelTokenreturn发送给第三方服务器进行后续鉴权。另外,开发者可以根据Channel对象进行更新、停止推送通知等后续处理。

https://developer.huawei.com/consumer/cn/doc/development/HMS-Guides/drivekit-nop-client-development#watchChange

  1. 以下文件状态更改时触发通知:

https://developer.huawei.com/consumer/cn/doc/development/HMS-Guides/drivekit-nop-server-development#h1-1576503999176