Zend certified PHP/Magento developer

Error when I try to send a file to Archive.org

Thanks to the IA tool (https://archive.org/services/docs/api/internetarchive/cli.html) I want to automate a file upload to archive.org to my profile. It is a .zip file which contains a .json file.

I was able to do it without any problem last month, but after doing some tests (3 or 4) and taking care to delete the duplicates on archive.org, I now get an error. Here is my command and the error:

root@server:~# curl
https://mywebsite/backups/mywebsite_dump_Sep_2021.zip |
/usr/local/bin/ia upload mywebsite –
–remote-name=mywebsite_dump_Sep_2021.zip –metadata=”addeddate:2021-09-01″ –metadata=”publicdate:2021-09-01″ –metadata=”mediatype:data” –metadata=”identifier:mywebsiteSep2021″ –metadata=”source:https://mywebsite” –metadata=”description:Dump public de mywebsite, le projet d’archivage du nombre de connectés du
forum Finance de mywebsite.” –metadata=”title:Archive Stats Forum
Finance: mywebsite dump Sep 2021″ % Total % Received % Xferd
Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed 100 39676 100 39676 0 0 355k 0 –:–:– –:–:–
–:–:– 355k mywebsite: uploading mywebsite_dump_Sep_2021.zip: 1MiB [00:00, 1.70MiB/s] error uploading mywebsite_dump_Sep_2021.zip:
Access Denied – This item has been taken offline

I posted on the official archive.org forum, unfortunately nobody has an answer for me. I don’t know if I’m banned or if my command is incorrect, but for me everything is fine.