putdotio / putio-sync

Command-line program to sync a folder between put.io and your computer.
https://put.io
MIT License
54 stars 9 forks source link

Update go-putio to working version #43

Closed lwc closed 4 years ago

lwc commented 7 years ago

I fixed the issue with go-putio authentication in https://github.com/putdotio/go-putio/pull/1 but it never made it's way into putio-sync.

This patch switches from igungor/go-putio to the newer putdotio/go-putio.

I had to pin to my commit, https://github.com/putdotio/go-putio/commit/0e3bc0d582baeea032593ef0bc918ad1082e8fed, as a function used here was removed recently in https://github.com/putdotio/go-putio/commit/cf81e43f737937eba8c2eff7a6158c32fc7c241e

Locally using this branch I can authenticate successfully 🎉

Fixes https://github.com/putdotio/putio-sync/issues/42

ammadz commented 7 years ago

Thanks, @lwc. What do I have to do to get this changes so my Putio-Sync will work. (sorry, i understand some but not much)

lwc commented 7 years ago

@igungor ping