We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
apatrck00
6 years agoExplorer | Level 3
Does Dropbox track my users?
Hey,
i am using the python-dbx api for a year or something and i provided some friends a application where the can acsess my dropbox App [with the dbx-token] and some stuff.
Today my friends asked me if I track them. For sure I don't !!
But I wanted to know if dbx itself register the IP and other stuff from 'users' which acsess my dropbox through [with] my api-dbx-token [key {you know for sure}]. Does dropbox save the IP's where the requests come from or other unique information about the PC.
Sorry for my bad english (-;
The Dropbox API operates by receiving API calls via HTTPS requests. So, by definition, the Dropbox servers do see the IP addresses of the clients making the HTTPS requests.
For information on what kind of data Dropbox collects, please refer to our privacy policy:
https://www.dropbox.com/terms#privacy
By the way, from your description, it sounds like you are using a single hard-coded access token in your app, and have distributed your app to multiple users. The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. It is technically possible to connect to just one account like you've described, but I should note that we don't recommend doing so, for various technical and security reasons.
- Greg-DBDropbox Staff
The Dropbox API operates by receiving API calls via HTTPS requests. So, by definition, the Dropbox servers do see the IP addresses of the clients making the HTTPS requests.
For information on what kind of data Dropbox collects, please refer to our privacy policy:
https://www.dropbox.com/terms#privacy
By the way, from your description, it sounds like you are using a single hard-coded access token in your app, and have distributed your app to multiple users. The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. It is technically possible to connect to just one account like you've described, but I should note that we don't recommend doing so, for various technical and security reasons.
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 6 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!