Sending the document to custom app when document is uploaded to Google drive or one drive .
What should be the type I should use in Input Field whether it is a file or something else for ex :
{ key: 'Document',label: 'Document-(blob file/doc file)', required: true, type: 'file' },
I am not gettng the uploaded document data in my custom app .I am using type :’file’.