Java-API finds lots of deleted posts

Issue #1128 closed
Former user created an issue

When I use to access bibsonomy with the Java-API there are 247 posts in my account, but none of these are shown on bibsonomy.org. When I then try to delete them I do not get an error, but they are still downloadable with the Java-API.

Comments (5)

  1. Robert Jäschke

    Could you please give us your user name such that we can try to find the error? It would also be interesting to know which client you use to access the API.

    Thanks a lot!

  2. Former user Account Deleted

    The username i use is bollin and i use my own client to access the API. The api version i use is 2.0.3.

  3. Robert Jäschke

    BibSonomy has an internal history that keeps track of modified and deleted posts (we plan to make this accessible via the web interface). Even if I look into this history I can find only 209 posts for you account. Could you please go into a bit more detail and say which API functions you are using to get those posts? Thanks!

  4. Former user Account Deleted

    i create a RestLogic object and use the getPosts method to retrieve everything from the bibsonomy server. Then I use deletePosts method to delete all posts i want to delete AND all posts I want to update, as the update method never worked for me. As the last step I use the createPosts method to create new and modified posts (I execute this twice one time for new and one time for the updated posts).

    sorry that it took so long for my response.

  5. Log in to comment