Forum Discussion
RyanStanford1
7 years agoQrew Captain
It's erroring out stating that "Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https."
I believe that this is actually because I'm currently working from a local .html file on my desktop prior to moving this into the QB environment.
I believe that this is actually because I'm currently working from a local .html file on my desktop prior to moving this into the QB environment.
- _anomDiebolt_7 years agoQrew ElitePaste your code into the console to test it.
- RyanStanford17 years agoQrew CaptainStill not liking it. When I paste it into Codepen.io to test, it's now showing a 404 error when trying to perform the upload csv api
- _anomDiebolt_7 years agoQrew ElitePaste the code into the console of your browser while on your QuickBase page. Codepen is on another domain so the relative URL dbidTable in the $.post() method will result in a 404 error.
- RyanStanford17 years agoQrew CaptainThat did it... for some reason I got hungup on the dbid vs dbidTable as well.
Now to just turn this into a codepage and still have it work.