For conversation sync to work, access tokens need "lumo" scope.
Access tokens received via "login" method, using go-proton-api, lack this scope.
This is to be expected with the application version we send by default macos-drive@1.0.0-alpha.1+rclone.
We use this app version (copied from clone) to avoid captchas; changing this to anything else will result in a captcha we can't pass.
Fix: check with Proton support if there is any app version we can use that both avoid the capctha ceck and has the lumo scope
For conversation sync to work, access tokens need "
lumo" scope.Access tokens received via "login" method, using go-proton-api, lack this scope.
This is to be expected with the application version we send by default
macos-drive@1.0.0-alpha.1+rclone.We use this app version (copied from clone) to avoid captchas; changing this to anything else will result in a captcha we can't pass.
Fix: check with Proton support if there is any app version we can use that both avoid the capctha ceck and has the
lumoscope