rclone/backend/sharefile/api
Nick Craig-Wood 095c7bd801 sharefile: fix backend due to API swapping integers for strings
For some reason the API started returning some integers as strings in
JSON. This is probably OK in Javascript but it upsets Go.

This is easily fixed with the `json:"name,size"` struct tag.
2020-11-13 14:37:43 +00:00
..
types.go sharefile: fix backend due to API swapping integers for strings 2020-11-13 14:37:43 +00:00