Missing dtoken = dtoken in drop_list_folder_continue in drop_dir
Open
- Dominant language
- R
- Stars
- 253
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
I believe you are missing a dtoken = dtoken row 34 of drop_dir function.
```
if (is.null(limit)) {
while (content$has_more) {
content <- drop_list_folder_continue(content$cursor)
results <- append(results, content$entries)
}
}
```
This is causing issue as asking new authentication when going in there.
I am actually not sure why is this code needed why is not everything returned in drop_list_folder ?
Contributor guide
Assessment
This issue has not been assessed yet.