Skip to main content
Nintex Community Menu Bar
Question

Dropbox?

  • July 10, 2024
  • 1 reply
  • 6 views

Forum|alt.badge.img+5

I’m very intrigued by this dropbox tutorial. Has anyone done this? 

http://help.skuidify.com/m/models-conditions-filters/l/440503-connect-to-dropbox-data-with-rest-mode…

If so, is there any way to link a record to a specific folder. So for a job custom object, every job would only show that job’s dropbox folder?

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

Not done this yet, but plan to. 

Looking at the DropBox API there are REST Methods to create folders that then return the folder path. 

Look here:  https://www.dropbox.com/developers-v1/core/docs  ( section titled:  /fileops/create_folder)


A skuid model could create the new folder. And then store the folder path into a custom object on your job record. 

Then you could merge that folder path into the ServiceURL property of your “show files model”. 

Ta da!