Skip to content

Go lang implementation aliyun drive ## Add file share API implementation

License

Notifications You must be signed in to change notification settings

STX5/aliyundrive-go

 
 

Repository files navigation

aliyundrive-go

This is a Go language package to manage your aliyun drive files.

This is also the basis for https://github.com/K265/rclone/tree/aliyundrive-backend

Usage

see https://github.com/K265/aliyundrive-go/blob/main/pkg/aliyun/drive/drive_test.go

Features

  • refresh token access

  • list/create/rename/move/delete folder

  • create/rename/move/open/delete file

  • rapid upload

  • album support

Acknowledgements

Thanks for your code contributions:

@SiHuan

@Jim Ma

@STX5

Thanks for the rapid upload implementation:

https://github.com/alist-org/alist/blob/09564102e7ea4336ea6222e0381080a3a8273b21/drivers/aliyundrive/driver.go#L227

Thanks for the X-Signature fix:

https://github.com/foxxorcat/alist/blob/063f069157ff3d2be32ba29496a0d374743f9693/drivers/aliyundrive/util.go#L36

License

This is free software under the terms of MIT the license (check the LICENSE file included in this package).

About

Go lang implementation aliyun drive ## Add file share API implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.6%
  • JavaScript 12.4%