[Bug] The call to the linkis-bml-client module deleteResource and getversions methods failed
- Dominant language
- Java
- Stars
- 3.4k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
### Search before asking
- [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues.
### Linkis Component
linkis-public-enhancements
### What happened + What you expected to happen
dev-1.2.0 linkis-bml-client
the call to the linkis-bml-client module deleteResource and getversions methods failed
(1)bmlClient.deleteResource(username,engineConnBmlResource.getBmlResourceId())
Error:

Possible cause of the error:
The request is in the wrong format

(2)bmlClient.getVersions(userName, bmlResourceId)
error:

Possible cause of the error:
Could not get the information for the logged-in user correctly

### Relevent platform
dev-1.2.0
### Reproduction script
private BmlClient bmlClient = BmlClientFactory.createBmlClient();
bmlClient.deleteResource(username,engineConnBmlResource.getBmlResourceId())
bmlClient.getVersions(userName, bmlResourceId)
### Anything else
_No response_
### Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
Contributor guide
Assessment
This issue has not been assessed yet.