cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: OAuth: Access token per infrastrucure or access token per client?

OAuth: Access token per infrastrucure or access token per client?

living-jordi
Explorer | Level 4
Go to solution

We have two elements (clients) in our infrastructure:

  1. First Client: A service that receives webhooks. Each time a webhook is received it tries to get information from dropbox.
  2. Second Client: A user interface(.net) that allows to download files from dropbox.

Both services are accessing to dropbox.

 

Should we ask for an access token for each client or we can use only one for both.

It's important for us that you figure out that we want both clients are like a single infrastructure. We are trying to avoid that a user is requested for "the same" infrastructure twice.

 

We're considering that both clients as a single "client" even thought both are running in separated behaviors. So, what about if both clients are using the same access token?

 

I hope I've explained so well.

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution
Either way would work, but for the sake of simplicity you may want to use a single access token for both clients.

View solution in original post

1 Reply 1

Greg-DB
Dropbox Staff
Go to solution
Either way would work, but for the sake of simplicity you may want to use a single access token for both clients.
Need more support?