mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-25 03:09:00 -06:00
* Introduce samples/js/dropbox/slurp Doing the filter step will be a bit different because Dropbox does not provide secret URLs for every photo by default. Requests have to be oauth-authenticated so we'll have to figure out how to do that. * vendor golang.org/x/oauth2 and golang.org/x/net * Introduce oauthify and modify dropbox/slurp to use