Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross Origin Request Issues #2

Open
scottb1978 opened this issue Jan 15, 2020 · 1 comment
Open

Cross Origin Request Issues #2

scottb1978 opened this issue Jan 15, 2020 · 1 comment

Comments

@scottb1978
Copy link

Hi,
I'm trying to get this running on my own system and it appears to be failing due to cross origin request issue with the google sheet. I notice that the code doesn't have the same problem on the http://www.viseyes.org/scale/ site. Would you mind sharing what you are doing there to make it work.

Thanks.

@scottb1978
Copy link
Author

scottb1978 commented Jan 15, 2020

I got it working for testing purpose by changing line 422 of doc.js to use a cors server.

var str="https://cors-anywhere.herokuapp.com/https://docs.google.com/spreadsheets/d/"+id+"/export?format=tsv"; // Access tto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant