質問

When building a File Service App, how can my app send data back to Box? I've been reading about the callback urls to send data to my app, but I don't see how my app can send data back that will update user's Box account, like there is with the Content API.

役に立ちましたか?

解決

The token you get from Box in the callback is valid for you to call APIs. Just use it in the header, and you'll be able to call APIs

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top