Add material profile writing permission

The API needs this new scope name.

Contributes to issue CURA-8609.
This commit is contained in:
Ghostkeeper 2021-10-18 12:59:32 +02:00
parent 0378531f13
commit bf6dd443b2
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -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)