When I upload a file, I would like to have the etag so I can delete it afterwards. With the current API, the etag always returns null when uploading the file. Is there a way that I can get the etag without making 2 API calls: uploading the file -> get information about the file?
Even the documentation example returns null for the etag: http://developers.box.com/docs/#files-upload-a-file
Thanks.