Hi,
I noticed that ownCloud client on Android does not automatically upload new files created in a folder which has been previously set as “available offlline”. This could be potentially achieved using a third party app (i.e. Tasker) sending the right intent to upload a single file.
Is that possible at all? What is right intent I should use? After a brief analysis of source code I found: com.owncloud.android.operations.UploadFileOperation
Is this the right one?
What is the syntax for the additional data to be included with the intent (i.e. path to the file I would like to upload)?
Any suggestions much appreciated.