Box.com Integration and dropbox.js fix#130
Open
KyleAsaff wants to merge 2 commits intostarthq:masterfrom
Open
Conversation
* searches for files and folders inside Box account
Fixed Dropbox file links and folder names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.