Trying to make all files uploaded into an item be automatically moved to a specific-to-the-item dropbox folder
AnsweredI want to do this, and have some thought on how to do it (not familiar still with Podio's API so I welcome any input you guys can give me. I guess most of my solutions won't be possible, however, I hope at least one is, or that you can tell me a better way to proceed).
a) Get a trigger when a file is dropped on an item, caught the file, and re-route it though my in-the-cloud-app which already talks to dropbox very well.
b) Define a dropbox-like service that can be selected in each item the same way you select your dropbox account to upload files (this would be the most desired solution since there would not be a 100MB limit in the file size)
Thank you,
-
You can use webhooks to be notified when files on items change: https://developers.podio.com/examples/webhooks
You cannot add your own file provider via the API
You can work with external files through the API. In PodioAPI terms the providers are called linked accounts. Relevant links: https://developers.podio.com/doc/linked-accounts (for getting the linked_account_ids you need) and https://developers.podio.com/doc/files has operations you can perform on files from linked accounts
All the best,
Andreas
Please sign in to leave a comment.
Comments
2 comments