Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ankit7359
Creator II
Creator II

what is access token and refresh token in tboxConnection???

Hi Community,

 

I am actually working on a requirement to load excel sheets onto box folders, i came across tboxconnection and others but i m not able understand what should be given in the refresh token, access token? I have referred to talend documentation but it is of not much help.

Can you guys help me on this?

Also if we are uploading files via this tbox component then do we have any file size limit on the files which are to be uploaded.

Please help on this as i m trying since very long time to do this.

 

Thanks,

Ankit

Labels (5)
1 Reply
Anonymous
Not applicable

These are OAuth 2.0 parameters required for gaining access. The Access Token is for getting access, the Refresh Token is for generating a new Access Token when your Access Token expires. I think you will need to check out the Box OAuth 2.0 specification. It can appear quite tricky, but once you have done it with one service, it is pretty much the same across the board....

 

https://developer.box.com/guides/authentication/oauth2/