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

[ISSUE] : dbfs/create, dbfs/addblock, dbfs/close API's are not working through Data bricks SDK. Getting access denied

Open aymitta opened this issue 1 year ago • 0 comments

Description dbfs/create, dbfs/addblock, dbfs/close API's are not working through Data bricks SDK. Getting access denied

Reproduction Trying to connect the api's to upload a file in stream using those API's.

Expected behavior It should allow to upload the file using these api's

Is it a regression? Did this work in a previous version of the SDK? If so, which versions did you try? I tried in 0.0.7 version.

Debug Logs w.dbfs().create("sample volume path"); Exception in thread "main" com.databricks.sdk.core.DatabricksError: No operations allowed on this path.

Other Information

  • OS: windows
  • Version: Not known

Additional context Add any other context about the problem here.

aymitta avatar Feb 28 '24 17:02 aymitta