File Api Panel
Introduction
- File Api Panel is an app that you can upload/download your files.
- It stores the files that got by your apps.
- It shows download charts of the files.
Getting Started
Sign Up
- You need to sign up to File Api
- You can sign up via Google or Facebook. Or you can create a new account.
Create First Application
- Click on the New button.
- Fill the form
- All the fields are required!
- Application Name is for the list. It isn't shown up at anywhere!
- Application URL is for the list.
- If you enable Public you won't need the secret or appId.
- You can use https://files-api.appysode.com/api/files/file?fileId=${FILE_ID}
- If you disable Public you will need secret and appId
- You can use https://files-api.appysode.com/api/files/file?appId=${APP_ID}&appSecret=${APP_SECRET}&fileId=${FILE_ID}
- Then click on the Save button.
Copy the Secret
- Click the application in the list.
- You can see Secret field in the following page.
- It is hidden until you click on it.
- You need to click to the ****** field to show it.
- You can copy it by clicking on the secret
- Now you need to follow the steps at here