Hi,
I have Thunderbird Add-on. It is working fine with debug mode. But when I try to publish this add-on on Mozilla, I am receiving following warning,
cloudFile.updateAccount is not supported
Warning: This API has not been implemented by Firefox.
cloudFile.updateAccount is not supported
Warning: This API has not been implemented by Firefox.
myapi.sayHello is not supported
Warning: This API has not been implemented by Firefox.
I have used cloud file as per following documentation,
https://thunderbird-webextensions.readthedocs.io/en/68/cloudFile.html
Can you guide me how to resolve these warning so that I can publish my add-on?
Thanks