KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Cloudexport Examples Request Failed #1322

Closed hsw opened this topic on on Feb 27, 2020 - 2 comments

hsw commented on Feb 27, 2020

Hi,

I have uploaded Koolreport including cloudexport package to my shared host server. I tried to run the 2 examples (Headers & Footers and Page Break) on browser. I am able to see the reports, but when I clicked the Cloud PDF button, it gaves a blank page with ""Request failed:". Strange that there is no output to error_log. Would you know what is the problem?

Thank you

David Winterburn commented on Feb 27, 2020

Hi,

In order to use the cloud export example you have to get your secret token and put it in export.php:

/**
 * Follow the instruction here to get token key
 * https://www.koolreport.com/docs/cloudexport/chromeheadlessio/#get-token-key 
 */
$secretToken = 'my_cloud_export_secret_token';

To get your token, please follow this link:

https://www.koolreport.com/packages/cloudexport#get-token-key

Let us know if you still have any difficulty. Thanks!

hsw commented on Feb 27, 2020

I see. Manage to get it working. Thank you.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed
solved

CloudExport