databricks-sdk-go icon indicating copy to clipboard operation
databricks-sdk-go copied to clipboard

Workspace export API does not support `direct_download`

Open shreyas-goenka opened this issue 2 years ago • 0 comments

An API query of the form:

response, err := w.workspaceClient.Workspace.Export(ctx, workspace.ExportRequest{
Path:           absPath,
DirectDownload: true,
})

returns a invalid character 'h' looking for beginning of value error

shreyas-goenka avatar Jun 06 '23 23:06 shreyas-goenka