Questions tagged [mediafire]

Use this tag on questions related to MediaFire APIs. Using the API can help upload, download and manage data.

MediaFire is a cloud storage service that helps people store, organize, and share data via the Internet. MediaFire offers free and secure cloud storage so users can store and share data with their customers, colleagues, friends, and family. MediaFire’s Professional and Business plans offer users additional functionality, like company branding tools, analytics, and multi-seat employee accounts.

Please visit the Developer's Wiki for more information about the API.

MediaFire provides two set of APIs for developers.

  1. Media Conversion API
  2. REST API
38 questions
0
votes
1 answer

Mediafire image direct link ( convkey ) from api

how i can get a direct link to img from MediaFire api? the normal_download and the view tags contain a link that redirect to mf site for view the image.. es: indirect img direct https://www.mediafire.com/convkey/dab1/n9yn9o1dv9d1er86g.jpg for…
Al3
  • 183
  • 1
  • 3
  • 11
0
votes
1 answer

Mediafire api call Signature(session token 2)

i don't see any post related to generating a call signature(session token 2) using mediafire api.So , here is my question. I am trying to use the get_info api to get the user information but i am having a problem generating a call signature(Session…
Infimate
  • 43
  • 1
  • 7
0
votes
2 answers

How To Upload File in Media Fire if it take time more than 10 minute

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…
Cropper
  • 1,177
  • 2
  • 14
  • 36
0
votes
1 answer

Is it possible to use Media Fire API from Google Sites or WordPress Website?

I'm a beginner in web development, I want to create a website that will have a very large number of file uploads, a single could be up to 100 MB. I want the upload to be through my website but the upload destination to be on MediaFire (I'm looking…
user3340627
  • 3,023
  • 6
  • 35
  • 80
0
votes
1 answer

What is Mediafire expecting on upload request

I'm attempting to upload a file using Mediafire's API. Its not clear to me what they expect in the body of the message. I'm attempting to follow the API described in https://www.mediafire.com/developers/upload.php#upload My understanding is that…
David
  • 2,770
  • 5
  • 35
  • 43
0
votes
2 answers

How to get app id and session id mediafire

i try make my python upload and download file to mediafire i have try pymediafire from https://pypi.python.org/pypi/pymediafire too, but How to get application ID and Session id from my mediafire account ?, anyone can explain me, thank's
a2014
  • 41
  • 1
  • 2
  • 5
0
votes
1 answer

Buffer an entire track with mediaelement.js

I believe that mediafire download links are screwing my mediaelement.js player if it doesn't download the entire track. Not sure why this would be, but it randomly will stop buffering and respond with "resource failed to load" but only after like 2…
Matt Bucci
  • 2,100
  • 2
  • 16
  • 22
0
votes
1 answer

Upload file from Javascript

I'm developing a Javascript app and I need to use the Mediafire REST API to upload a file. (See upload ducmentation here). Following this MDN tutorial, and some research, I've written the code below, but it seems it's not working... Note that I…
MikO
  • 18,243
  • 12
  • 77
  • 109
1 2
3