Deph0
Deph0
By the looks of it, this "feature" didn't survive the migration to google photos api. There seems to be a way to implement this, by defining `"albumId": "ALBUM_ID",` to the...
Make sure your ftp credentials have the permission to create folders, this application will create a folder for each time you upload something, as seen in [FtpClient.java#L36](https://github.com/Bostwickenator/FtpPhotosUploader/blob/master/app/src/main/java/org/bostwickenator/ftpuploader/FtpClient.java#L36) where the folder...
If you are looking for logs, you're most likely better off getting logcat outputs, this can be obtained with the tweaks app You won't find a verbose using the logfiles,...
> It's different in a sense. This one is row based and result is in rows and provides count of duplicates. The converter is column based. >_Originally posted by @mmedoo...