karthik / karthik/rdrop2

Missing dtoken = dtoken in drop_list_folder_continue in drop_dir

Open
#175 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.