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
1
vote
1 answer

Mediafire API get OTD direct links

Does anybody know if Mediafire can generate, using its API, an One Time Download direct link? I know it can generate a direct link AND/OR an One Time Download link, but can it do both?
Gecko
  • 316
  • 3
  • 11
1
vote
1 answer

Save JSON response

I'm working with Javascript. I have a JSON response from Mediafire API : { "response": { "action": "session_token", "session_token": "dskldkshjkfsffkjdkslk3783c214a86e7kfkdo", "result": "Success" …
adibouf
  • 171
  • 4
  • 13
0
votes
0 answers

Is MediaFire API app bound to the user who created it?

If I create MediaFire API app, can anyone who knows the app_id use it with their own email and password as in the snippet below? Or only my email and password would work? from mediafire import MediaFireApi api = MediaFireApi() session =…
michalmonday
  • 441
  • 5
  • 11
0
votes
0 answers

Upload Files to mediafire using python

i have a porblem when i run my script of uploading a file everything it's ok and the file is uploaded but in the console an error appears: this is the error: and i check about the path and everything .. and here's the code and when this error…
0
votes
0 answers

Download a folder from mediafire python

I need some more storage for the current application I am using, so I thought I would host it on mediafire and then download and delete files at and after usage. Is there any way I could do this without using selenium? Just in case you need the…
Thornily
  • 533
  • 3
  • 15
0
votes
1 answer

Media Fire Redirect link from href isn't working error code 500

I have a mediafire file, I copied the share link and put it in the href like so: Windows Download (.exe) When it redirects to media…
Itai Elidan
  • 272
  • 9
  • 27
0
votes
1 answer

Get File Name of mediafire link android

I´m trying to get the Name of the file from a mediafirelink but I don´t know how:C I tested it with postman and i get many Information but in one line was it:
Name…
0
votes
1 answer

Is it safe enough to send SSH keys via a file sharing service?

I need to send an SSH key to other people, is it safe to use a file sharing site like mediafire to upload and share the key?
zacc
  • 34
  • 4
0
votes
0 answers

Can I upload complete folders to MediaFire with PHP?

I've been looking at the SDKs available for MediaFire, but so far it seems they are all just for uploading single files. Is there any way that I can upload entire folders with their files to my MediaFire account? Similar to using the MF desktop…
user1588
  • 21
  • 2
0
votes
1 answer

How would i create a promise function in this situation with javascript

Im currently building an app using angularjs and using the mediafire javascript SDK to do some tasks. Now i'm in a situation where when an upload happens i will need to create a folder, this function returns a 'folderkey'. Now to keep my code clean…
22Ryann
  • 137
  • 1
  • 11
0
votes
2 answers

Trouble with direct download links from Mediafire

I had trouble downloading a file from Mediafire. I found out the I have to use their API. I found another SO question: "Get direct download link and file site from Mediafire.com" With the help of the shown functions I created the following…
0
votes
1 answer

Renewing a Session Token in Mediafire API Calls Using Java

I'm practicing web services programming with the Mediafire API. I'm able to get info using version 1 token. Is there anyway to automate session token renewal after ten minutes in my code? Currently, I'm just re-running my build when I need a new…
trevalexandro
  • 193
  • 3
  • 13
0
votes
1 answer

Upload in MediaFire with C#

Is there anybody who wrote codes in MediaFire? Following this link, you can take your own session (of course with your username and password). I used this code for uploading and send values through Post method. private static string url =…
ehsan
  • 29
  • 1
  • 6
0
votes
1 answer

cannot use mediafire java api

Following this link, http://www.mediafire.com/developers/sdks_and_tools/java/basics/ after downloading from https://github.com/MediaFire/mediafire-java-sdk/releases i added the content from mediafire-java-sdk-3.2.1\src\main\java\com to my netbeans…
Alpha2k
  • 2,212
  • 7
  • 38
  • 65
0
votes
1 answer

Download a file from MediaFire with Java

As we all know, or might know, MediaFire does not allow direct download links, but you actually have to click the Download button to generate a random link that refers to the file. Is there a way to fetch that link and download it?
KiralyCraft
  • 109
  • 5
  • 16