What is the problem you are having with rclone?
I want to write a app that downloads data from Google Drive. I was able to compile the gomobile.aar file and include it in my project. As well as setting up a remote that I checked to be working with a simple operations/list
command.
But using sync/... commands returns the following "error": "couldn't find method \"sync/sync\""
. Further, when executing rc/list
, all the sync/...
commands are missing. Did I miss the part of how to activate these? Or do i have the wrong commands? Relatively new to rclone, so sorry if this is a stupid question.
Run the command 'rclone version' and share the full output of the command.
Because of rc, here is the output of core/version
:
RcloneRPCResult{Output:{
"arch": "amd64",
"decomposed": [
1,
70,
0
],
"goTags": "none",
"goVersion": "go1.23.3",
"isBeta": true,
"isGit": true,
"linking": "dynamic",
"os": "android",
"version": "v1.70.0-DEV"
}
Which cloud storage system are you using? (eg Google Drive)
drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Gomobile.rcloneRPC("sync/sync", "{\"srcFs\":\"remote:secret_files\",\"dstFs\":\"ABSOLUTE_PATH\"}")
Please run 'rclone config redacted' and share the full output. If you get
Not relevant
A log from the command that you were trying to run with the -vv
flag
I don't know where I can access the logs under android.