Activation workaround
-
For people struggling with activating the plug-in due to the remote not being available, you can follow these steps.
1. Create an application in https://dashboard.aspose.cloud/#/applications/create
2. Copy the Client Credentials (Client Id / Client Secret)
3. Update the Aspose.words options in your WordPress database:update_option('aspose-cloud-app-sid', 'your-app-sid-here');
update_option('aspose-cloud-app-key', 'your-app-key-here');
Or via WP-CLI:wp option update aspose-cloud-app-sid "your-app-sid"
wp option update aspose-cloud-app-key "your-app-key"
You must be logged in to reply to this topic.