I am integrating Media Fire Drive In My Mobile application. I have read the Media Fire Api. And Right now I'm able to Download, Upload, Delete, Update everything works fine. But I'm getting problem in uploading.
I am using Multipart for uploading By reading this Upload instruction. If File size is Small ie It's take time <10 minutes to upload than it Upload properly. But if it take time >10 minute than getting Message : Upload Failed And Error Code 169. I think this is problem with Session Token which expire after 10 minutes. Please help me how to Upload If It take time More than 10 minutes.
If your uploads are serialized you can upload with a Type 2 Session Token (and signature) or you can perform and upload with an upload class Action Token.