Open Scooterkip opened 2 years ago
There are some things to take into account for HTML export due to its limitations:
http.poll()
)I had an issue after that: google sheet refused my request because they were not GET request (they were OPTIONS), after some research I may be caused by the fact that the headers were filled so I fixed that by removing the headers content http.request(HTTPClient.METHOD_GET, URI, [])
instead of http.request(HTTPClient.METHOD_GET, URI, headers)
Using the example project given with the plugin, it works just fine with a windows export, but running an HTML5 export of the project doesn't yield any results. I've got .json files included in the export, and I'm using user:// as the filepath. Any help?