Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[spaces-dev] NullPointerException from server

I'm sending the following request in an attempt to create a folder:

{'destFolder':{'type':'FileObject','id':'xdr:XFS-1939015969'},'filename':{'type':'FileObject','filename':'My Eclipse Space'},'method':'file.newfolder'}

This is what I get back.

{'destFolder':{'type':'FileObject','id':'xdr:XFS-1939015969'},'filename':{'type':'FileObject','filename':'foobar'},'method':'file.newfolder'}

AFAIK, this used to work.

- thomas



Back to the top