Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
7 subscribers
Views
3063 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Programmatically upload/download documents to/from Appian
rohitw
Certified Lead Developer
over 8 years ago
Setup:
- Appian (Cloud),
- A web application which can access Appian with service user account (i.e. integration user account)
Question: A web application user (not part of Appian) is required to upload/download documents to/from Appian document repository. How can this be achieved?
Couple of options I know are - Create WebAPI and send/receive documents in Base64 in HTTP request/response. But the documents in question could be very big (e.g. audio/video files). This is only good for small documents. Second option could be create a servlet plugin which can receive/send documents, even big documents. Does Appian cloud allow to deploy custom Servlet Plugins? What are the other options?
OriginalPostID-255237
Discussion posts and replies are publicly visible
Parents
0
Josh
Certified Lead Developer
over 8 years ago
You could also use a WebAPI to launch a process that uses the download/upload document smart services instead of writing a custom Servlet.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Josh
Certified Lead Developer
over 8 years ago
You could also use a WebAPI to launch a process that uses the download/upload document smart services instead of writing a custom Servlet.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data