Hello,
Is there some available way to update (not entire upload) a file?
Let's assume some 100MB file and has to be updated only 1kB starting on positon 1MB. Is there a convenient way this to be done without need to download entire file, update it locally, and finally upload it back? I can't find such in API documentation. Currently, that's a complete resources lost (both time and traffic), especially if some small part of a big file have to be updated relatively often!
Thanks.