GitHawkApp / GitHawk

The (second) best iOS app for GitHub.
http://githawk.com
MIT License
2.88k stars 384 forks source link

Support for native GitHub attachments rather than Imgur #2487

Open benguild opened 5 years ago

benguild commented 5 years ago

I found it a bit startling that potentially internal only images were being uploaded to Imgur potentially by accident if the button is tapped without remembering that. It'd be better to have a warning about this, or to have an option to use a different type of cloud storage perhaps via iCloud Drive or Dropbox, for example.

🤔

GitHub's own attachments system is probably the best choice, but perhaps there's no API.

Sherlouk commented 5 years ago

Think the idea of a warning is probably a sensible one! As you mention though GitHub didn't (and to my knowledge still doesn't) have an API for uploading attachments which is why we had to use an external provider with an API.

iCloud could be an interesting option if we can generate public links from that!

rnystrom commented 5 years ago

Love the idea but ya there’s no API. Great problem for someone to champion a solution.

Sent with GitHawk

Huddie commented 5 years ago

Give users the option to store the uploads on their services?

Example:

This is much more involved and complicated but I guess allows users to hold their own content which is a plus and it doesn’t require GitHawk to have its own server / keep users info.

Sent with GitHawk

Sherlouk commented 5 years ago

Are there any native APIs we can take advantage of inside the Files/iCloud bucket which would require less involvement with managing secondary oauth accounts?

Do like the control that solution gives users though!

Sent with GitHawk