Hello,
I am working with forge remote, and one of the documents say:
I am trying to call Storage API from azure function side, and I wonder how to get context.cloudId from FIT.
According to ‘forge remote essentials’ document,
The FIT will be provided as bearer token under the ‘authorization’ inside the request header. It is also noted that FIT will be JSON object containing the information that I need such as appId, cloudId and so on.
However, the ‘authorization’ field I get inside the request header looks like a normal token:

I was wondering, is there specific action that I need to do, or I am doing something wrong?
Thanks,
Junheok

