LionelHoudelier
LionelHoudelier
> Use a client that can setup your account MAM, say Conversations or Gajim, set it to Always. Already done. On device B2 and B3 (Android with Conversations) the client...
Same problem ! Since when does it appear for you? STRANGE: 1. export a contact vcf file via web UI: afilenameofcontactexport.vcf If the file name in the url is the...
SOLUTION : extract the UID of file : uid=$(grep UID "$xfile" | sed 's/.*://') add it to the url + ".vcf" then it works PS: we have to have added...
Here is a full script to add AND update contacts from one file with some vcard: ``` #!/bin/bash # YOU NEED TO ADD YOUR CONTACTS WITH THIS SCRIPT TO BE...
Hi. Have you installed inotify and awk? Please attach the output of the command before an after modifying the "filename".
- You replaced `filepath="$folder$filename"` by `filepath="$folder/$filename"` => OK. Thanks. I changed it too. - Your errors are not because of the temp folder but of the folder path because if...
put `echo "$url/$uid.vcf" " " "$xfile"` and give the output check that your PASS, USERNAME, and URL/UID do not contain special characters that make the url false. If it is...
Strange edited answer. your string $url/$uid.vcf must be correct. Check it. https://cloud.excample.com/remote.php/dav/addressbooks/users/**user**/clientes/**0**.vcf : is **user** correct? why **0**.vcf? Be sure of your nextcloud url... (with or without "nextcloud" in it)
@m0uH - Yes, I did a mistake by editing my post. I will correct it. Thanks. - You are almost at success. You need to add first the contact as...
@xnardo - PLEASE edit and delete the complete code if it is the same as mine OR write only the changed line with ... before and after - My code...