You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating from v1.6.0 to v1.7.0, JSON files began to upload corrupted.
Issues
#add_file New JSON files are corrupted as their JSON data content has been replaced with the local file path string.
Original file content
Uploaded file content
{"data": "Data"}
"/path/to/file.json"
#update_or_restore_file Returns error:
{"errors"=>["error"=>{"key"=>"storageId","errors"=>["code"=>"fileInvalid","message"=>"Uploaded file \"file.json\" is invalid and cannot be processed"]}]}
The text was updated successfully, but these errors were encountered:
After updating from
v1.6.0
tov1.7.0
, JSON files began to upload corrupted.Issues
#add_file
New JSON files are corrupted as their JSON data content has been replaced with the local file path string.#update_or_restore_file
Returns error:The text was updated successfully, but these errors were encountered: