Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhooks Shared Folder (maybe bug) #315

Open
dukaludic opened this issue Dec 2, 2022 · 2 comments
Open

Webhooks Shared Folder (maybe bug) #315

dukaludic opened this issue Dec 2, 2022 · 2 comments
Labels

Comments

@dukaludic
Copy link

dukaludic commented Dec 2, 2022

Before you start
Have you checked StackOverflow, previous issues, and Dropbox Developer Forums for help?
Yes

What is your question?
When I register a webhook and a notification is passed I am only getting one account_id in the body even though the folder is shared with multiple users. Could this be a bug or am I missing something here? I was expecting the array of account_ids be filled with all the users this folder is shared with so they can be notified/synchronized also.

It looks like it is just notifying the owner of the folder

Thanks

@greg-db
Copy link

greg-db commented Dec 2, 2022

Your app will only receive webhook notifications for changes in accounts specifically connected to your app. (Refer to the OAuth Guide for information on how accounts get connected to an app.)

So, it sounds like only that one account is connected to your app, so you only receive webhook notifications for that particular account and not for the other members of the shared folder you're referring to. If that doesn't seem the be the case though, feel free to open an API ticket with the details so we can look into it for you.

@dukaludic
Copy link
Author

I will research more on the topic on decide on what to do.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants