We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
dhruvin
2 years agoExplorer | Level 4
log activities via API in personal account
Dropbox business account has a log functionality. (Logs for files - added, edited, deleted, moved etc). We can fetch these details via API for Dropbox business account. Isn't it possible to do the same in personal account?
If personal account provides logs functionality, then I can use it to get list of created, edited, deleted and moved files.
This are my requirements
1. List Created files,
2. List Updated files,
3. List Moved files,
4. List deleted files
5. List replaced files
from above list, which functionalities are possible using Dropbox API?
- Greg-DBDropbox Staff
No, the Dropbox API does not offer an event history for non-team accounts, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
- dhruvinExplorer | Level 4
Hi Greg-DB
Thank you for your response.
Can you share proper documentation on how exactly team event logs work. Also how Can list files and folders that are inside a team folder using API.
Also is there any way I can filter events based on time?
I want to sync content of dropbox with external server.- Greg-DBDropbox Staff
If you want to list the contents of any particular folder, you can use the /2/files/list_folder and /2/files/list_folder/continue endpoints. That works for both team and non-team accounts. It's not an event listing, but rather a way to list all of the contents under any particular path. I recommend reading the File Access and Team Files guides for more information.
For listing events on a team, you would use the /2/team_log/get_events and /2/team_log/get_events/continue endpoints, which do offer the ability to filter by date/time. Check out the Team Administration and Detecting Changes guides for more information.
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 7 days agoIf 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!