I've been looking around for a long time how to get files from Basecamp and so far it seems like a 'mission impossible', but I wanted to ask here as well:
Is there any way to get files from Basecamp projects and, if there is one, how?
Thanks in advance.
Edited: I mean how to get the uploaded files. You can export all project data except the files you have uploaded there.
Garmin BaseCamp will allow the transfer of waypoints, routes, and tracks to an Excel spreadsheet.
Head to your Account page, then click "Set up or download an export." Pick the export you want. Select the entire account or a single project. Basecamp will pull together a download of your project data, including files.
You can export everything from Basecamp using the following steps.
wget --mirror -e robots=no
--reject logout --no-cookies 'http://your-subdomain.basecamphq.com' --header <pasted-cookie-header>
Matt McClure's answer was spot on but a couple of things held me up;
To find the required cookie in Chrome
Developer tools, click on Network
icon on top and then Headers
tab.
Copy the entire cookie section from the 'request headers'
section, including the 'Cookie:'
label
Paste the entire string with quotes where matt indicated <pasted-cookie-header>
as follows;
wget --mirror -e robots=no --reject logout --no-cookies 'http://your-subdomain.basecamphq.com' --header 'Cookie: session_token=c6a1ea88a0187b88025e; transition_token=BAhbB2kDA0VjSXU6CVRpbWUNqB...'
(I've shortened the cookie string for clarity)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With