Hi guys,
Two days ago our automated tests started failing out of the blue. We were checking that "/files/list_folder" returns both shared and team folders, but since then team folders have not appeared in the response. Were there any recent changes related to that in DropBox API?
We are using https://www.nuget.org/packages/Dropbox.Api/4.9.0 library, `DropboxTeamClient` with `AsMember` set (to list folders of a specific user), `client.Files.ListFolderAsync("")`. It is a stable app, we haven't done changes in years.
Update, I have just updated to the latest https://www.nuget.org/packages/Dropbox.Api/6.30.0 , but the response is still the same (no team folders).
Sincerely,
Jakub