Thanks for your help “rfc2822”,
I’ve open the same question on Owncloud Calendar forum;
I’ve try to get the “full log” but now from DAVdroid I obtain a few log lines, is not clear for me how get the “full log”…
many thanks again
@rfc2822 Newly uploaded contact photos in Nextcloud are not synced anymore, due to a different syntax used for the PHOTO value. Unfortunately I don’t know if DAVx5 is lacking support of this syntax or if it is a problem within Nextcloud. It would be nice if you could comment here.
(1) - Working syntax:
PHOTO;ENCODING=b;TYPE=JPEG:/9j/4AAQSkZJRgA ...
(2) - Failing syntax:
PHOTO;ENCODING=b;TYPE=jpeg;VALUE=URI:/9j/4AAQSkZJRgAB ...
this is fixed with https://github.com/nextcloud/contacts/pull/1393 but it is not yet in the latest build (3.1.7)
@paromak Thank you, I’ve already seen it.