Skip to content
English
  • There are no suggestions because the search field is empty.

Zapier integration login error

Original Question or Issue:

Unable to connect FileCloud to Zapier to build some automated workflows.


Environment:

  • Product - FileCloud Server
  • Version - 23.242
  • Platform - Any

Steps to Reproduce:

  • Login to Zapier.
  • Try to connect your FileCloud user to Zapier to create zaps.
  • An error will appear "We hit an error adding your new account".

Error or Log Message:

We hit an error adding your new account.
"Authentication failed."

Defect or Enhancement Number:

 


Cause:

User agent and IP validation was added to enhance protections. That caused that new functionality rejected Zapier authorization requests, sent from different IP addresses. Zapier uses dynamic IP addresses.


Resolution or Workaround:

  • Open the cloudconfig.php.

    • Windows Location : C:\xampp\htdocs\config\cloudconfig.php

    • Linux Location : /var/www/html/config/cloudconfig.php

  • Add define ("TONIDOCLOUD_DISABLE_USERAGENT_CHECK", 1);

  • Disable IP checks in the admin portal in Settings -> Misc -> General


Notes: