Help
Apps and Installations
Create, Upload, and Share
Delete, Edit, and Organize
Mods Only
Integrations
Plans and Subscriptions
Security and Permissions
Settings and Preferences
Storage Space
View, Download, and Export
Products
DocSend
Dropbox Dash
Dropbox Replay
Dropbox Sign
Discover
Discover
Developer & API
Groups
Business Team Members
Educators
Super User
Ideas
Discussions
Categories
Help
Child Item
Home
English Community
Discover
Developer and API
Dropbox API Support and Feedback
c# media gallery from dropbox
JohnSM
Hi,
I am developing a web application in C # which is integrated with a dropbox repository.
My goal is to make a multimedia gallery populated with the dropbox files.
At this stage I already have all the integration with the dropbox.
I can connect, authorize the user and access the files using api v2.
What I need is an example of the C # controller that loads the data from each file (name, size, thumbnail, download link, etc ...) and returns it to the gallery view page.
At this moment I can access the names and size of the files but I am not able to access the thumbnail and download link.
I appreciate someone's help.
Greetings,
John
Find more posts tagged with
API
Abuse
Comments
Greg-DB
We don't have an example quite like that unfortunately. Based on your description though, you'll probably want to use some of the following methods, depending on exactly how you want to implement your gallery:
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetMetadataAsync_1.htm
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_DownloadAsync_1.htm
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetThumbnailAsync_1.htm
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetTemporaryLinkAsync.htm
The examples that we do have can be found here:
https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples
If something isn't working as expected, please let us know.
Featured Links
All Categories
Recent Posts
Activity
About the Community
Tags
Desktop
API
Sync
Share
Error Messages
Child Item