安卓端,如何使用? #854
安卓端,如何使用?
#854
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
您好,安卓端,如何使用?
是在adb shell中运行吗?
例如:
$ adb push aliyundrive-webdav /data/local/tmp
$ adb shell
$ cd /data/local/tmp
$ chmod 777 aliyundrive-webdav
$ ls -all
total 127832
drwxrwx--x 5 shell shell 4096 2023-06-26 16:34:26.471174590 +0800 .
drwxr-x--x 5 root root 4096 2023-03-15 12:19:03.260000377 +0800 ..
drwxrwxrwx 5 shell shell 4096 2023-06-26 09:45:40.218710270 +0800 .studio
-rwxrwxrwx 1 shell shell 83477536 2023-06-26 15:59:55.000000000 +0800 aliyundrive-webdav
drwxrwxr-x 2 shell shell 4096 2023-06-25 14:44:20.833102793 +0800 device-explorer
drwxrwxrwx 5 shell shell 4096 2023-06-26 08:43:05.450001703 +0800 perfd
$ ./aliyundrive-webdav -V
aliyundrive-webdav 2.2.1
$ ./aliyundrive-webdav qr login
Error: error sending request for url (https://aliyundrive-oauth.messense.me/oauth/authorize/qrcode): error trying to connect: dns error: failed to lookup address information: Try again
Caused by:
0: error trying to connect: dns error: failed to lookup address information: Try again
1: dns error: failed to lookup address information: Try again
2: failed to lookup address information: Try again
Beta Was this translation helpful? Give feedback.
All reactions