MCPcopy Create free account
hub / github.com/openclaw/gogcli / driveImageDownloadURL

Function driveImageDownloadURL

internal/cmd/docs_insert_image.go:450–452  ·  view source on GitHub ↗
(fileID string)

Source from the content-addressed store, hash-verified

448}
449
450func driveImageDownloadURL(fileID string) string {
451 return "https://drive.google.com/uc?export=download&id=" + url.QueryEscape(fileID)
452}
453
454func isDrivePublicSharingRestricted(err error) bool {
455 var apiErr *gapi.Error

Callers 6

replaceImageFileMethod · 0.85
UploadAssetMethod · 0.85
runFileMethod · 0.85
RunMethod · 0.85
prepareSlidesImageURLFunction · 0.85

Calls

no outgoing calls