Hello i want to access changed files in dropbox , so i created a webhook
and also i got data according to instruction mentioned in webhooks section
{ list_folder: { accounts: [ 'dbid:AACWK8UMlcqEvIjOCfL8gQrmy1uJvS8zzlE' ] },delta: { users: [ 542524594 ] } }
and i'm not using "Dropbox Business API" , i'm using "Dropbox API" .
and according to instruction mentioned in webhook section we need to use
Note that only the user IDs and accounts with file changes are provided. Your app is expected to call /files/list_folder/continue to find out what files changed using the latest cursor your app previously stored for that account. If your app is still using v1, you can call /delta.
But when i'm using api call /list_folder i got all files and folders , and when i use "Dropbox-Api-Select-Admin" in Header than i got "Error in call to API function "files/list_folder": Unexpected select user header. Your app does not have permission to use this feature" , so i need to use business api for access files ?
Need solution for this problem how i get changed files by user , please provide me perfect solution for access this
Thanks