I created Dataverse Table with the Column Type - File. Please help me to understand basic questions!
Quick Questions:
I want to know, where this files are actually stored?
Which Storage it is using?
Will it store the file in Blob format? Or it has centralized place where all of these files are stored?
Can I download uploaded files in OOTB manner without using any code?
Solved! Go to Solution.
Hi @Dhruvin,
The files behind the scenes are stored in Azure Blob Storage. You won't have access to the storage account directly and must download the files using the Dataverse Web API. If you're using a Canvas App, the Attachment control on a form can be used to download the file. Model Driven Apps also will have a built in file control on a form to download files.
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
Hi @Dhruvin,
The files behind the scenes are stored in Azure Blob Storage. You won't have access to the storage account directly and must download the files using the Dataverse Web API. If you're using a Canvas App, the Attachment control on a form can be used to download the file. Model Driven Apps also will have a built in file control on a form to download files.
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
Thanks @ChrisPiasecki ! It helped me a lot! Thank for the answer with this clarity!
User | Count |
---|---|
20 | |
11 | |
8 | |
5 | |
5 |
User | Count |
---|---|
31 | |
30 | |
14 | |
12 | |
9 |