Error in (function (classes, fdef, mtable)
- Dominant language
- R
- Stars
- 65
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
I seem to have got rDrop working and have been able to upload files.
However, I am getting the following error related to all commands to either read or list files.
```
> dropbox_acc_info(dropbox_credentials)
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘fromJSON’ for signature ‘"raw", "missing"’
>
> dropbox_dir(dropbox_credentials, pattern=".rdata")
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘fromJSON’ for signature ‘"raw", "missing"’
```
Please advise.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the failure with dropbox_acc_info(dropbox_credentials) and dropbox_dir(dropbox_credentials, pattern=".rdata"). Trace the fromJSON error for the raw, missing signature and compare it with the working upload path; done means the account-info and directory-listing commands read and list files successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100