Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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....