-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ODP Regression: OneDrive Graph API /delta deltaLink response is malformed #1408
Comments
Thank you for your contribution to OneDrive API Docs. We will be triaging your incoming issue as soon as possible. |
Same problem here... |
Same problem. should we upgrade the client or just wait msftbot? |
Business user here, I have the same problem. |
Normal user here and same problem. |
Hi everyone, we're investigating now to see what's happening. Note: We do expect that the format of the URL can change over time, however whatever URL is returned in the property should be valid. Just want to make sure that people don't take a dependency on the format of the URL, just that it is returned and works correctly. (Which in this case it isn't...) |
Please let me know if this issue persists, it should return to working very shortly if it's not already. |
Still happening -Joplin app syncing via OneDrive. Originally found here: https://discourse.joplinapp.org/t/error-invalid-api-or-resource/12966/2 |
@JeremyKelley |
We apologize for the interruption this caused, we're working on improvements for Delta and unfortunately some parts got ahead of other parts in the release train. Our intent was that the "new" URLs would be just working for you alongside the old ones and you wouldn't actually have noticed that there was even a change. |
@JeremyKelley |
Chiming in, I use the open-source OneDrive client on roughly 8 of my machines -- on various distros e.g., Gentoo/Arch/Fedora. Thanks for the quick resolution! However, to @abraunegg 's point please find a way to coordinate breaking changes with client developers. For a while there I panicked :) |
We will certainly make an effort for planned breaking changes, which should be rare, if ever, and generally accompanied by a major version bump and announcement beforehand with plenty of time to adapt any clients. As mentioned, this should have been a silent change but a portion of the feature was deployed in an "on" state before supporting code was deployed. The feature change will likely be re-enabled after all necessary parts of the code are verified to have rolled out to production later in the week or possibly next. The feature this is intended to support is adding an OData annotation for deleted items in addition to our "Deleted" facet that currently shows up. We aren't planning to remove the existing deleted indicator but we want to align with the rest of Microsoft Graph's handling of Delta to be consistent. To do that requires a few other changes on our end, one of which is supporting the URL pattern that got enabled today. Again, apologies for the disruption, we'll continue to try to do better in the future. |
I have a few files on OneDrive cloud. The all have been synced to my computer. I went to copy one file from Onedrive’s web interface and edited it libreoffice and then uploaded it to the cloud via a browser in second computer. When I synced with the app then an error occurred. Im a normal user. Onedrive version is 2.4.8, Ubuntu 18.04.5 LTS my logs are: ERROR: OneDrive returned an error with the following message: ERROR: OneDrive returned an error with the following message: If you've modified the Linux machine files from any defect has not been previously entered. Sync has worked seamlessly in the cloud. Otherwise, the files will be synced to the correct cloud service. Even if an error message appears. |
#1175) * Handle case where API provided deltaLink generates a further API error. Refer to: OneDrive/onedrive-api-docs#1408
@JeremyKelley |
Could someone explain what the issue is and how to fix it? I guess clients also need to do something since all of our users are now unable to use OneDrive for synchronisation (forum link). Someone mentioned there that the delta link we cache should be cleared, but if we do that doesn't it mean clients will have to re-download all the data? |
In fact one users tried this:
So it seems the bug is not fixed on OneDrive side yet? |
@laurent22 How Joplin uses / saves / error checks this value, is an issue for Joplin to now fix. For the Linux OneDrive Client which I am the developer / maintainer of, this required the following:
It sounds like Joplin needs to implement something similar. |
This bug is not fixed - on a fresh sync, with no previous token, I'm still getting a malformed delta url: Maybe related to this - sync in some cases never finishes because the delta link provided by the last API call ( This is not a problem in our app as far as we can tell, and sync has been working properly for several years. It's just since this bug happened OneDrive became terribly unreliable for all our users. Is it a known issue and are there any plans to fix it? |
@JeremyKelley When calling /delta, the deltaLink is responding as per the following example:
Previously, this would respond as:
|
@JeremyKelley I have a customer with this issue it started to happen on the 20th of January, can you check this please? |
Replying here too, we're investigating the necessary fixes here and will let people know when we have a final fix in place. |
@JeremyKelley Any update here? Has this functionality really been regressed for over 2 months? |
@JeremyKelley any update to the problem at hand? |
As part of a repository clean up effort we are closing older issues. If this issue remains, please: open a new issue, reference this issue, and provide any additional details that may help in resolution. Thank you for your understanding as we work to improve our responsiveness. |
Category
Expected or Desired Behavior
The deltaLink should return the correct data
Observed Behavior
For the last 24hr's ODP deltaLink response from the OneDrive API is malformed.
When calling /delta, the deltaLink is responding as per the following example:
Previously, this would respond as:
This means that the OneDrive Personal /delta and associated deltaLink response cannot be consumed or used. When attempting to use the bad deltaLink URL as provided by the API, it generates the following:
Full Example:
Steps to Reproduce
Currently this only impacts OneDrive Personal Accounts. OneDrive Business Accounts are not impacted
[ ]: http://aka.ms/onedrive-api-issues
[x]: http://aka.ms/onedrive-api-issues
The text was updated successfully, but these errors were encountered: