mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 02:01:25 +08:00
parent
e739ee2c27
commit
68c2ba74dd
|
@ -181,7 +181,7 @@ func (f *Fs) getAbout(ctx context.Context) (info *api.About, err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// requestShare returns information about ssharable links
|
// requestShare returns information about sharable links
|
||||||
func (f *Fs) requestShare(ctx context.Context, req *api.RequestShare) (info *api.Share, err error) {
|
func (f *Fs) requestShare(ctx context.Context, req *api.RequestShare) (info *api.Share, err error) {
|
||||||
opts := rest.Opts{
|
opts := rest.Opts{
|
||||||
Method: "POST",
|
Method: "POST",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user