amitjaincoer191

Results 4 comments of amitjaincoer191

If you can use java client 6.1.0 it shows pull and push methods. ![image](https://user-images.githubusercontent.com/7996111/81093424-b912da00-8f1f-11ea-8e2d-f3f66de59f78.png)

In Java, we can use Files.readAllBytes to read a file as a byte array. import java.nio.file.Files; @Test public void pushImageFileFromMobileTest() throws IOException { File fi = new File("C:\eclipse\img1.jpg"); byte[] fileContent...

Tried with version you said, but it is showing pushFile ![image](https://user-images.githubusercontent.com/7996111/81095492-b4035a00-8f22-11ea-8438-cf764622ebd7.png) Use **force update option** if you are using **maven project** and then try ![image](https://user-images.githubusercontent.com/7996111/81095628-ec0a9d00-8f22-11ea-9e8b-9add0830c518.png)

1. You can check your .m2 folder if jar is actually downloaded or not ![image](https://user-images.githubusercontent.com/7996111/81101679-1e6cc800-8f2c-11ea-91e6-6f919b3b80b1.png) 2. You should be able to see following in your maven dependencies inside your project...