-
Notifications
You must be signed in to change notification settings - Fork 140
fix: Use proper file id for direct editing #4101
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
Conversation
98f45ea to
69f715d
Compare
69f715d to
249701a
Compare
Signed-off-by: Julius Knorr <[email protected]>
…t editing Signed-off-by: Julius Knorr <[email protected]>
249701a to
cf83444
Compare
|
Added a cypress test for this |
|
@elzody I fail to validate this locally on iOS/Android due to issues with my build environments with that. I'd vote to review and merge, then we can test on the daily instance with real devices and we can backport once double checked. However cypress test should mirror what the clients do in terms of API calls, so I'm pretty sure this is covered well enough with the new test |
|
All right, seems something is still odd, when testing on iOS i end up with 0kb files. Need to figure out what is different there compared to the cypress tests. |
|
/backport to stable30 |
|
/backport to stable29 |
As reported by @marinofaggiana there was an issue creating new files on iOS which I could reproduce with curl.
I assume this broke with some refactoring, but not sure where, requiring a test to avoid future regressions
Still to do: