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

apatrck00's avatar
apatrck00
Explorer | Level 3
6 years ago

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-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox 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.