How to set up Oauth2 API credentials with Box API

Hi, I’m trying to connect to the Box API using the http request node so that I can user API calls that are not supported on the Box node.

while I was able to set up the Oauth2 API credentials for the Box node, I’m not sure how to do it for the http request node. Any instructions that I can follow?

Sadly, the Box OAuth2 flow uses a parameter that it’s not exposed in the HTTP request OAuth2 credentials. Hence, you will not be able to use it with the HTTP Node (There are just a few nodes with this “restriction”). What functionality do you need exactly?

I want to move a folder after it has been created. Looks like I need to be able to run a PUT request to update the folder’s parent ID - https://developer.box.com/guides/folders/single/move/

Got added. As always, we will let you know when it’s released.

https://github.com/n8n-io/n8n/pull/1951

2 Likes

Got released with [email protected]