Jesus / dropbox_api

Ruby client library for Dropbox API v2
MIT License
171 stars 113 forks source link

Add undocumented match type returned by API #101

Open guillaumecabanel opened 9 months ago

guillaumecabanel commented 9 months ago

API can return both_filename_and_content as a value for MatchType. It's undocumented but I found it in the wild.

toomanyjoes commented 7 months ago

@guillaumecabanel how did you fix this? Obviously aside from this unmerged PR. I'm also getting an error because of this.

guillaumecabanel commented 7 months ago

@guillaumecabanel how did you fix this? Obviously aside from this unmerged PR. I'm also getting an error because of this.

I'm using my the forked version since Dropbox send this MatchType

toomanyjoes commented 7 months ago

Thanks! I am too now :)