Râu Cao
Râu Cao
Hmm, I cannot see how we could actually define the folder to access in the relevant documentation: https://developers.google.com/drive/api/v3/about-auth#OAuth2Authorizing It sounds to me like a user would have to manually pick...
It might still be an option, but it's certainly neither as straight-forward to implement in the library, nor to use for end users, as a predefined directory access scope would...
How does this affect library behaviour? Is it an edge case or did we miss a bug with a common case?
Thanks, but that doesn't answer the question really. The important bit is in which cases this can happen exactly. What do you have to do to trigger this behaviour? The...
@michielbdejong That's not enough it seems. I have that in Webmarks and I never encountered this bug. I'm using it every day since months.
Also, if this is a bug, of which you know when it happens, you could write a failing test for it.
It seems you already thought about when this could happen from the original description. I'm just asking for a clarification of when this is the case and what it means...
Are you saying tasks are not synchronous? Wouldn't that create a whole lot more problems just by design?
That means if the remote responds slower to one request (e.g. because an app server instance is slower than another one) the earlier action could win, meaning the sync is...
The thing is, it must be asynchronous for peak performance, but shouldn't be if there's an earlier task for the same path. Right?