0

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.

Marcin Nabiałek
  • 109,655
  • 42
  • 258
  • 291
Cropper
  • 1,177
  • 2
  • 14
  • 36

2 Answers2

1

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.

Matthew Strawbridge
  • 19,940
  • 10
  • 72
  • 93
Bryan
  • 21
  • 1
0

@Cropper, one alternative is upload your files to a Virtual Server(some providers has a lot of bandwidth for free per example), then you send this files to Mediafire.com.

nsantana
  • 1,992
  • 1
  • 16
  • 17