Hi
I have already generated the client library and trying the get upload url like this:
try {
BlobEndpoint blobEndpoint = new BlobEndpoint();
String url = blobEndpoint.getUploadUrl("profileImages","images","PRIVATE").execute().getShortLivedUrl();
} catch (IOException e) {
e.printStackTrace();
}
But its giving this error:
No enclosing instance of type Mobilebackend is accessible. Must qualify the allocation with an enclosing instance of type Mobilebackend (e.g.
x.new A() where x is an instance of Mobilebackend).