The error “Scope has changed from ‘xxxx’ to ‘xxxx xxxx xxxx’” occurs because scopes are being stored as a string but Google’s OAuth2 library expects them as a list

Continuing the discussion from Can not initiate remote transfer. Error message: ‘transferStatus’:

here is latest fix about this issue :
Updated File : https:// github .com/ Dynamicearner/ cyberpanelrelatedissues/blob/main/fix-2-incscheduler.py
Commit : https:// github .com /Dynamicearner/cyberpanelrelatedissues/commit/9ab7808015e8be611ffa04f80bf993371f922209

try this its working for me also must do this

  • Reset authorization to avoid Google’s scope consistency check
    • Delete the Drive account inside CyberPanel UI: Backup > Google Drive > Select account > Delete.
    • Revoke app access in Google: https://myaccount.google.com/permissions (remove CyberPanel/app).
    • Wait ~1–2 minutes to ensure revocation propagates.