You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #57 on March 31, 2021 07:45.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The Dropbox-API seems to have a bug where the listContents function in DropboxAdapter:175 gets into an endless loop for some folders.
The returned entries become at some point only 1 entry which is the $location itself but the index "has_more" still is true.
This happens in our company for only one specific folder. The function and API call for other folders behaves as expected.
As this is a quite random behavior I haven't encountered anywhere else, I thought I let you know.
Maybe someone has the same problem. Maybe someone knows whats going on. Maybe its my fault. I don't know.
Any input as to how to go about it is welcome.
Beta Was this translation helpful? Give feedback.
All reactions