We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have setup a local CartoDB instance and have managed to get everything running. I am able to import datasets via the front end application.
I am now trying to do bulk uploads (testing with a csv file first) to import data from a .csv file into Carto.
I am receiving a '302 Found' error.
The text was updated successfully, but these errors were encountered:
so this is hardcoded against cartodb (specifically https://{username}.cartodb.com/api/v2/sql) so it's probably not uploading to the right place.
https://{username}.cartodb.com/api/v2/sql
Also a 302 isn't an error and should be transparently handled (as a redirect) so that seems strange that this isn't handled
Sorry, something went wrong.
No longer hard coded.
No branches or pull requests
I have setup a local CartoDB instance and have managed to get everything running. I am able to import datasets via the front end application.
I am now trying to do bulk uploads (testing with a csv file first) to import data from a .csv file into Carto.
I am receiving a '302 Found' error.
The text was updated successfully, but these errors were encountered: