Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Oauth Post / JSON command?

Avatar

Level 5

I have a working Postman command for an Oauth 2.0 "POST." Separately, I also have a working Oauth 2.0 within Fusion for the same destination using the HTTP Oauth 2.0 connector.

I'm running into trouble trying to convert what I have in Postman, into Fusion.

When I do a HEAD with the HTTP connector, I succeed. Same thing when I do GET with the scope of Read_Sheet.

I copied the body from Postman into POST command in Fusion, calling it RAW and setting it to JSON:

0690z000009DdK6AAK.png

0690z000009DdKGAA0.png

I receive an error, 1004: you are not authorized, which is weird because you have to set the connection first, and it's verified.

I thought maybe I needed to add an "Authentication : Bearer xxxxx" in the header, and that got me an error about expecting HTML.

Other things I've tried: putting all of Postman's code into the Body, same 1004. Putting all of the code in as a Query string, same 1004. Putting just the authentication/bearer into the Query string, same.

I would love to hear any suggestions people may have.

0 Replies