databricks-sdk-java
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
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.