I'm not able to download or overwrite a file after uploading it 1 time.
However when I kill the app and reload it it is ok, I can read it (download the string) but then I upload it and again I'm not able to interact with the file.
Here is the code of my function :
My functionTo get the string I tried using the download funtion of the api and downloading without the api and same result.
You can see the "Log" calls. At the first upload the 3 calls return their strings but the second time only the first one "First Phase" appear in the debuger.
It look like the async task doesn't start. I've also tried it without the upload function and all 3 calls appear in the debuger when I call it multiple time.
Sorry for my english and thank you for your help.
PS : I call the class with : new uploadFile(String aString, String fileName);