Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darcyclarke/octofiles

⬆️ Browser Extension to easily upload files to the cloud using GitHub
https://github.com/darcyclarke/octofiles

app application chrome extension github images photos tray upload

Last synced: 3 months ago
JSON representation

⬆️ Browser Extension to easily upload files to the cloud using GitHub

Awesome Lists containing this project

README

        

octofiles


Browser Extension to easily upload/manage files on GitHub


**octofiles** takes advantage of GitHub's existing issue file upload capabilities... just makes it waaaay easier to use & copy/paste post-upload. You can also keep track of and remove files utilizing the local extension storage.

# Install
- [Install the Chrome Extension](https://chrome.google.com/webstore/detail/octofiles/dbbinlnmlpconpmbecdekkpbhiibhghi)
- [Install the Firefox Add-on](https://addons.mozilla.org/en-US/developers/addon/octofiles/)

# FAQ
- **Q. Are there any requirements?**
- You must have a GitHub account
- **Q. How long do files live for?**
- Forever (or as long as GitHub is around).
- **Q. Who can access these files?**
- Anyone that has the link. All files uploaded to issues/prs are, essentially, publically available, even against private repos ([read more here](https://help.github.com/en/articles/file-attachments-on-issues-and-pull-requests))
- **Q. How big can the files be?**
- **10MB** for image files and **25MB** for everything else.
- **Q. What file types are supported?**
- PNG (.png)
- GIF (.gif)
- JPEG (.jpg, .jpeg)
- SVG (.svg)
- Log files (.log)
- Microsoft Word (.docx), Powerpoint (.pptx), and Excel (.xlsx) documents
- Text files (.txt)
- PDFs (.pdf)
- ZIP (.zip, .gz)
- Video (.mp4, .mov, .webm)
- **Q. Are there any other limitations?**
- The web extension stores references to previous uploaded files for listing/management purposes later on via [extension storage](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local) which has a limit of **5MB** before there may be data loss. Theoretically, you'll never hit this limit and experience any issues.