You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Box . Folders . CreateSharedLink
Creates a shared link for a particular folder.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo creates a shared link for a particular folder. Note that a FolderID is required to run this Choreo. FolderIDs can be returned by running the RetrieveFolderItems Choreo and are viewable in your browser's URL bar when viewing the folder on the Box website. The documentation for this Box resource can be found here.
Here's an example list of acceptable inputs:
AccessToken: {YOUR ACCESS TOKEN}
FolderID: 465721810
SharedLink: {"shared_link": {"access": "Open"}}
The following is a sample of the JSON returned by this Choreo:
{ "type": "folder", "id": "465721810", "sequence_id": "0", "name": "testfolder", "created_at": "2012-11-02T09:26:26-07:00", "modified_at": "2012-11-02T09:29:53-07:00", "description": "", "size": 0, "created_by": { "type": "user", "id": "7342458", "name": "Aaron", "login": "mail@qatemboo.com" }, "modified_by": { "type": "user", "id": "7342458", "name": "Aaron", "login": "mail@qatemboo.com" }, "owned_by": { "type": "user", "id": "7342458", "name": "Aaron", "login": "mail@qatemboo.com" }, "shared_link": { "url": "https://www.box.com/s/lik724n7286dki8ewisd", "download_url": "https://www.box.com/shared/static/lik724n7286dki8ewisd", "password_enabled": false, "unshared_at": null, "download_count": 0, "preview_count": 0, "access": "Open", "permissions": { "download": true, "preview": true } }, "parent": { "type": "folder", "id": "0", "sequence_id": null, "name": "All Files" }, "item_status": "active", "item_collection": { "total_count": 0, "entries": [] }, "collaboration_collection": { "total_count": 0, "entries": [] } }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms