To add a little more context, my service needs to have access to all the users files and maintain folder structure. Then apply some transformations on those files, for example convert HEIC files to jpeg and that sort of thing.
Technically I don’t have to support all file types but from my understanding most sync logic works on binary diff anyways so it isn’t much of a shorty cut.
Technically I don’t have to support all file types but from my understanding most sync logic works on binary diff anyways so it isn’t much of a shorty cut.