starthq / search

Search provider API docs & integration implementations.
https://starthq.com
32 stars 26 forks source link

Box.com Integration and dropbox.js fix #130

Open KyleAsaff opened 9 years ago

KyleAsaff commented 9 years ago

I built the search service for Box (https://box.com/). I used the mobile page (https://m.box.com/) to perform the query and parse the HTML. My integration retrieves the file and folder information and classifies what it finds as either a file or folder within the StartHQ App.

I also noticed the Dropbox search was no longer working correctly so I updated that as well. In production, the folder names were not correctly labeled and the files were giving broken links when clicked. I fixed the folder names and updated the files to link to the proper file location. I also updated the descriptions of the files to include the path (in case the user has multiple files of the same name) as well as the size and modification date.