Closed jsanz closed 6 years ago
This request is for both Box and Dropbox, actually originating from a user specifically wanting to do this with their Box account, which is Fedramp qualified.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is actually important, and I'd like it to stay open. I get this request pretty frequently, and it may or may not be intentional that this is set just to tabular data.
@alonsogarciapablo
Is this still an issue? @javitonino
A persistent one. People would really like to sync all the file types we support from Dropbox and Box. Shapefiles are the priority.
We currently support the following types for Dropbox: csv, xls, xlsx, gpx, kml, zip. So this should include everything.
Box appears to be missing .zip
support (see SUPPORTED_EXTENSIONS
at BaseOauth
).
@zingbot can you confirm that this is just a problem with Box and not Dropbox?
I can! Let me ask someone to test it out. Did we fix tjhat at some point? DB was not taking .zip files up until very recently.
J
----------------- Jeff Ferzoco Public Sector Technical Advisor & Customer Success
CARTO – Map Your World's Data201 Moore St, Brooklyn, NY, 11206, USA C: +1.646.734.5196 W: www.carto.com
On Mon, Apr 16, 2018 at 3:27 AM, Javier Torres notifications@github.com wrote:
We currently support the following types for Dropbox: csv, xls, xlsx, gpx, kml, zip. So this should include everything.
Box appears to be missing .zip support (see SUPPORTED_EXTENSIONS at BaseOauth).
@zingbot https://github.com/zingbot can you confirm that this is just a problem with Box and not Dropbox?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/CartoDB/cartodb/issues/10183#issuecomment-381504948, or mute the thread https://github.com/notifications/unsubscribe-auth/ABKPM-wt4Z7a3FfiT8V2TaKOtfmrtRDpks5tpEfugaJpZM4KWZa2 .
We did major changes to Dropbox in July 2017, which are likely to have fixed this. Otherwise, not anything that could have really fixed this.
But I tested with my account and my test zip appears just fine.
Let's close this then.
Yes great. Apologies I didn’t know the changes happened and will tell the customers who had been asking.
Note that Box
(not Dropbox) is still incorrect.
Ok, but this issue was not related to Box
... let me change the title then.
Included all these extensions to the Box provider search
.zip .gz .tgz .tar.gz .bz2 .tar .kmz .rar .carto
.csv .shp .ods .xls .xlsx .tif .tiff .kml .kmz
.js .json .tar .gz .tgz .osm .bz2 .geojson .gpkg
.gpx .tab .tsv .txt .gdb .fgdb
Currently Dropbox connector filters only
csv
,xls
andxlsx
files. Any reason to not allow to import other file types like zipped shapefiles or geojson?cc. @zingbot