You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
sjyuenger
3 years agoExplorer | Level 4
Access to file meta data on drop box
I have an application that needs to be able to walk through all the files on dropbox to gather the file meta data related to the files.
I currently accomplish this in Python by walking down the dr...
- 3 years ago
Hi sjyuenger,
This forum targets Dropbox specific things (in this forums part - things related to Dropbox API/SDK). You rather need a Python tutorial and suitable Python package like 'file-metadata' for instance. 😉
Good luck.
Здравко
Legendary | Level 20
Hi sjyuenger,
This forum targets Dropbox specific things (in this forums part - things related to Dropbox API/SDK). You rather need a Python tutorial and suitable Python package like 'file-metadata' for instance. 😉
Good luck.
sjyuenger
3 years agoExplorer | Level 4
I currently am able to capture the meta data from any file system I can mount as a drive, this includes my backup system from Macrium Reflect and other systems.
Does Drop Box data file structure conform with the Windows definitions? The reason for doing this within my application is speed. Right now when I sample > 2,000,000 files I obtain the meta data I need in ~ 150 seconds and subsequently a query for a file from my virtual tables is < 4ms.
I don't expect the same timing from a remote site like Drop Box but my look up speed will not be affected.
I am not asking for language support just file access.
I do thank you for your response but, because I am going to apply for a patent on my application, I wish it to be all self-contained with no responsibility to other developers.
- Здравко3 years agoLegendary | Level 20
sjyuenger wrote:I currently am able to capture the meta data from any file system I can mount as a drive, this includes my backup system from Macrium Reflect and other systems.
Does Drop Box data file structure conform with the Windows definitions? ...
The Dropbox folder is a folder like any other folder! This folder is not a mount point as seems you are thinking! Does the drive/partition filesystem where you place your Dropbox folder (your user folder by default) "confirm with the Windows definitions"?! 🧐😁
If you want to access data directly online then following guides may be helpful:
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,918 PostsLatest Activity: 2 days ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!