Hi,
I am new to OutSystems. Is it possible to integrate with DropBox ?
Thanks!
you can use this dropbox connector for reactive apps,
https://www.outsystems.com/forge/component-overview/14797/dropboxconnector-reactive
This is great, but how do I use it in my apps ??
Yes that is possible, here is the list of Forge components that can help you speed up coding the integration:
https://www.outsystems.com/forge/list?q=Dropbox
Regards,
Daniel
Hello Tahil,
As Daniel mentioned that it is possible to integrate Dropbox with OutSystems.
You can use a suitable forge component from the list of forges available on the website.
Additionally, you can read this article which will provide you with a brief overview of the new Dropbox API 2.0 capabilities and show you how you can make use of them with OutSystems.
Abhinav
Hi Abhinav,
Thanks for responding but I am using reactive app and these components seems to be for traditional, Do u know any alternative for Reactive ?
That list itself has a componet which is compatible for Reactive Applications.
I think you didn’t checked that list properly.
I would suggest you to go thorugh it again.
Every time you need to integrate with something, look in Forge!
In this case there is the reactive component:
However if you happen to need some integration that doesn't exist in Forge yet, I challenge you to create the integration and share it in the community!
Hi Tahil Mirza,
Check out this sample
"In Episode 1 of the series we imported Accounts and Contacts from excel sheets and created this app, added a detail sections using tabs to view Account information and added the possibility to upload and download documents via Dropbox API (See more about dropbox integration "
https://www.outsystems.com/forge/component-overview/10218/account-management
Hope that it helps you
Thank you for helping out Guys !!
Share your OML, I will help with it.
Alternative you can also to go the documentation section of this forge component, It has very detailed explanation on how to do it.
Almost forgot, actually when you install this component there is also an option to install the demo, you can use that to understand how to use this component.
Okay I will give it a try.
@Tahil Mirza
Hello, what is your goal?
Just to remind you, to use dropbox right now, you can't do it without human activity. To make the communication you need to obtain a token, this token has an automatic update. You can see an example in the demo of the component you have in the forge.
But if your goal is to dynamically upload a file to a dorpbox server without a human activity, you can't do that
Hi @Ashish Lonkar ,
I can see your component supports for three functionalities. Download, List and Folder view.
Really appreciate if you could add more APIs.
Thanks.
Thanks for the suggestion, I will implement it If I get enough response from the community.
Currently working on other priority issues.