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).

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to