Forum Discussion
Articulate Storyline: Export to Google Drive
Hi there,
First of all I'd like to say a big THANK YOU to Bastiaan for the detailed description of this process. Not sure if this post is still active and followed but I'm struggling to get the data export work. I tried the step by step process with my own project without success. Then I used the actual templates (Storyline and the Excel template) to make sure I'm not missing any steps --> No success. Instead of the template I tried to copy the code into the script editor but also no success. After reading all the comments twice I'm a bit at the end and wonder if our companies LMS is the issue. We use SuccessFactors. Did anyone else experience the LMS maybe blocking the transfer of data via a Javascript code? I'd be grateful for any hints or tips as I'd really like to use this function. Happy to share the Storyline file but it's basically exactly the same as the template (other than the Web App address. Thank you ....
Allthough i cannot ensure this will help solve your issues, reading up on comments i do notice a few things returning.
Make sure you are running from https protocol to prevent security errors.
A popup window might block because of security errors (CORS)
Try replacing all jQuery related calls by Vanilla Javascript ( https://tobiasahlin.com/blog/move-from-jquery-to-vanilla-javascript/ )
Also you can add jQuery to the html in your Program folder for Articulate360.
(C:\Program Files (x86)\Articulate\360\Storyline\player\unified) then the need for adding it in Storyline disappears.