-
Hello, I'm recently experimenting this type of error:
The problem is similar to issue here #3005 From debugging I get this answer from API:
that, reformatting, is: {
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#drives/$entity",
"quota": {
"deleted": 312817474,
"remaining": 0,
"state": "exceeded",
"total": 3298534883328,
"used": 3750732836680
}
} On the other hand, on web-ui I see about 900 GiB available. Moreover, original onedrive client (on windows), via web-ui and Could be same misbehaviour about microsoft api that cause this issue? Is it possible to disable quota check on onedrive client? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
You have exceeded your quota - this has nothing to do with this client, but your data on Microsoft OneDrive. The API is responding that you have exceeded your quota. This client adheres to this - that the WebUI and/or rclone ignore this, I cannot advise why this is being ignored. This is not ignored by this client to ensure that you have data integrity - the last thing I want to do is have you upload a file, think you have uploaded it, but it is somehow silently rejected by Microsoft OneDrive and you experience data loss. Your choices are:
There is nothing here for me to do / change - sorry. And to be clear - I will not implement a bypass for ignoring the Microsoft OneDrive API stating you have exceeded your space online. |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, but I don't agree with this claim "You have exceeded your quota" but I understand that this client just read the API as it is. I think there is some explanation of what microsoft api means. I've checked with other client and the file are uploaded correctly to four type of devices:
Only the fourth is having problem to upload files and the easiest answer normally is the correct one. Therefore there problem is only on the fourth case, on this client. Right now, I'm workaround this issue uploading every files with rclone, then a manual sync of this client for database consistency, and ends ok (I've uploaded files before). I've tried a full resync, but the same issue. I'm not saying that is a bug, but maybe same misbehaviour or misunderstanding about API response. Right now, I'm going to downgrade to 2.4.X, full resync and check if gives me the same behaviour. Thanks, |
Beta Was this translation helpful? Give feedback.
-
This is not a bug. Please read: The Microsoft API is responding with this data .... the client is not generating this data. |
Beta Was this translation helpful? Give feedback.
@brakkio86
You have exceeded your quota - this has nothing to do with this client, but your data on Microsoft OneDrive. The API is responding that you have exceeded your quota.
This client adheres to this - that the WebUI and/or rclone ignore this, I cannot advise why this is being ignored.
This is not ignored by this client to ensure that you have data integrity - the last thing I want to do is have you upload a file, think you have uploaded it, but it is somehow silently rejected by Microsoft OneDrive and you experience data loss.
Your choices are: