[DRAFT] Add Google Drive Integration #638
Annotations
10 errors and 1 warning
Build:
internal/integrations/google-drive.go#L251
cannot use d.Size() (value of type int64) as int value in struct literal
|
Build:
internal/integrations/google-drive.go#L371
cannot use []byte{} (value of type []byte) as string value in struct literal
|
Build:
internal/integrations/google-drive.go#L372
unknown field SourceFileType in struct literal of type messages.IntegrationMetadata
|
Build:
internal/integrations/google-drive.go#L373
unknown field ProvidedFileType in struct literal of type messages.IntegrationMetadata
|
Build:
internal/integrations/google-drive.go#L386
cannot use io.ReadAll(resp.Body) (value of type []byte) as string value in assignment
|
Build:
internal/integrations/integrations.go#L43
cannot use newGDrive(intg) (value of type *GDrive) as IntegrationProvider value in return statement: *GDrive does not implement IntegrationProvider (wrong type for method Download)
|
Build:
internal/ui/handlers.go#L536
undefined: integrations
|
Build:
internal/ui/handlers.go#L566
undefined: integrations
|
Build:
internal/ui/routes.go#L84
app.exploreIntegration undefined (type *ReactAppWrapper has no field or method exploreIntegration)
|
Build:
internal/ui/routes.go#L85
app.getMetadataIntegration undefined (type *ReactAppWrapper has no field or method getMetadataIntegration)
|
Build
Restore cache failed: Dependencies file is not found in /home/runner/work/rmfakecloud/rmfakecloud. Supported file pattern: go.sum
|