+
Skip to content

drive: fixed the issue where Google Docs file name was truncated, causing panic or unparseable characters #8573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/drive/drive.go
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ func (f *Fs) NewObject(ctx context.Context, remote string) (fs.Object, error) {
return nil, err
}

remote = remote[:len(remote)-len(extension)]
remote = strings.TrimSuffix(remote, extension)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this must be a bug in f.getRemoteInfoWithExport(ctx, remote) - why is it returning extension if remote doesn't have extension?

obj, err := f.newObjectWithExportInfo(ctx, remote, info, extension, exportName, exportMimeType, isDocument)
switch {
case err != nil:
Expand Down
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载