Given the nasty bug in 3.31.3, discussed here I now have files that are in locally configured Auto-upload folders that are not on the server.
What is the most efficient and effective manner of telling the Android client to compare the local folder with the remote folder and upload anything missing on the server?
Surely I don’t have to compare the local and server folders, file by file to figure out what I need to manually upload!
Indeed, I would think it should be a normal operation of the Android client to do a folder sweep periodically looking for any discrepancies. But this does not seem to be the case currently.
A button that force the app to go through an folder with auto sync to go through all photos and check if they exist on server and upload them if they dont, would be a very nice feature, that could be used when auto upload stops working propely.
App already have a feature where you upload existing photos, and do have a feature where you can chose to ignore duplicate photos. So could just use those two features for a button like that.