2

We have a CartoDB Coronelli account with 300MB of spare space.

I need to get a shapefile loaded that is 85MB in its .zip package. The file is sitting in a publicly accessible dropbox.

1: When I try to connect via Dropbox, the .zip file is simply not shown. I can't locate it via the little file browser modal window that CartoDB provides.

2: When I feed the Dropbox share/download link to the File Upload>URL field element, CartoDB thinks about it for 10secs and then reports that there was an error decompressing the archive.

How do I get my shapefile into CartoDB?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Dec 19, 2014 at 22:36
2
  • How big are the files uncompressed? Also, it might be a good question for CartoDB help! Commented Dec 19, 2014 at 23:13
  • The files are bigger uncompressed (eg, 85MB goes to 135MB). That's a pretty normal thing: what are you thinking in terms of an angle here? AFAIK, thisis CartoDB help, right? Commented Dec 20, 2014 at 13:00

1 Answer 1

1

Dropbox doesn't assume .zip files are documents, and CartoDB uses the Documents API from Dropbox, so you'd need to use Google Drive instead or a direct link.

The issue you're having with the direct link is probably being caused because the link is not really a direct link to the file but a link to an HTML page. CartoDB therefore downloads this HTML file with the name of your zip (i.e. file.zip) and it raises an error when it tries to decompress an HTML file.

answered Dec 20, 2014 at 14:50
1
  • Thanks for the clues as to how CartoDB is looking at Dropbox. I'm not entirely sure why you are having trouble with Dropbox zip files: CartoDB requires ESRI shapefiles to be packed into their .zip format, and the Dropbox link is certianly not a link to an HTML page. I can use a Dropbox link in a command shell to wget, for example...no trouble at all. Commented Dec 22, 2014 at 1:05

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.