diff --git a/cura/API/Account.py b/cura/API/Account.py index a85e2c64c5..86cd094f11 100644 --- a/cura/API/Account.py +++ b/cura/API/Account.py @@ -61,7 +61,7 @@ class Account(QObject): CLIENT_SCOPES = "account.user.read drive.backup.read drive.backup.write packages.download " \ "packages.rating.read packages.rating.write connect.cluster.read connect.cluster.write " \ "library.project.read library.project.write cura.printjob.read cura.printjob.write " \ - "cura.mesh.read cura.mesh.write" + "cura.mesh.read cura.mesh.write cura.material.write" def __init__(self, application: "CuraApplication", parent = None) -> None: super().__init__(parent)