Nick Craig-Wood

Results 1599 comments of Nick Craig-Wood

@StarHack I hope you've read the https://github.com/rclone/rclone/blob/master/CONTRIBUTING.md#writing-a-new-backend docs. In there you'll see stuff about the integration tests. How are you doing with those? For a reverse engineered backend we are...

@StarHack sorry for the delay looking at this PR - we are a bit behind. > I'd be happy to further support developnment of this backend so you could simply...

Looking good :-) Keep going until you can get all the tests to pass. If you need help then let me know.

Hi @larryrider great to have you onboard with the project. I'm the rclone project lead. > To move forward officially with this integration, we'd like to propose that the Go-based...

@StarHack > All test cases are now passing. I wanted to ask if we could merge this. Great job :-) Are the [test_all tests](https://github.com/rclone/rclone/blob/master/CONTRIBUTING.md#backend-testing) passing too? Maye you could put...

Do you want to work on this @gursharan001 ? I think this needs to be part of the config flow when running `rclone config`. I think https://github.com/rclone/rclone/blob/master/lib/oauthutil/oauthutil.go could be modified...

> clientcredentials has a separate package which defines it's own config type - https://pkg.go.dev/golang.org/x/oauth2/clientcredentials#Config Looks annoyingly similar, but different :-( > We might have to introduce a flag in rclone...

I've merged @martin-redmaple 's fix for this which I rebased and fixed up to master now which means it will be in [the latest beta](https://beta.rclone.org/) in 15-30 minutes and released...

You shouldn't need to set any of those options. Auth URL, token URL, redirect URL etc all have defaults which should work.

@danfoxley wrote > Thanks, I was able to connect. Great > > **Q:** Should I have expected my browser to open to http://localhost:53682 (and complete OAuth), it did not and...