vronic / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Unable to properly store data on external server. #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Store current data to external server
2. Change some requests
3. Hit Store again

What is the expected output? What do you see instead?
Expected - all requests refreshed on server
Current - only brand new requests staored but changed\renamed requests are not. 
Also I have some requests that not stored on external server - current list 
contains 26 entries, server set contains only 21

What version of the product are you using? On what operating system?
Win7 x64
Chrome 21.0.1180.79 beta-m
Advanced REST client Application 2.2

Please provide any additional information below.

For help of investigation this issue I could send link to my exported set of 
requests (msg me at centur@gmail.com with subject containing this issue id)

Original issue reported on code.google.com by cen...@gmail.com on 17 Aug 2012 at 1:45

GoogleCodeExporter commented 8 years ago
You can try to clean local data in database from "exported" table.
This will send ALL data saved locally to server. That's also mean that some of 
the requests will be duplicated. 
To do this open chrome inspector, go to resources tab and under WebSQL open 
"restClient" database and paste >>DELETE FROM exported;<<
Next time when you export data to server it will push all you have to server.

Original comment by jarro...@gmail.com on 21 Aug 2012 at 8:53

GoogleCodeExporter commented 8 years ago
Since new version will be available server export will be deprecated and 
removed in the end of year.
New version have different import/export options.

Original comment by jarro...@gmail.com on 27 Sep 2012 at 3:43