Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support files.upload and users.setPhoto #6

Open
mthjones opened this issue Mar 21, 2016 · 4 comments
Open

Support files.upload and users.setPhoto #6

mthjones opened this issue Mar 21, 2016 · 4 comments

Comments

@mthjones
Copy link
Member

Support the files.upload api method.

@mthjones
Copy link
Member Author

We could pull in a multipart dependency with a file_upload feature flag so that users can opt into support or not.

@mthjones mthjones changed the title Support files.upload method Support files.upload and users.setPhoto Mar 6, 2017
@mthjones
Copy link
Member Author

mthjones commented Mar 6, 2017

Updating this PR to also include adding support for users.setPhoto, as it is unsupported for the same reason.

@Fuuzetsu
Copy link

files.upload can still be used through the content field even without multi-part upload. The codegen for it works fine so maybe it's better to have something than nothing.

@Fuuzetsu
Copy link

files.upload can still be used through the content field even without multi-part upload. The codegen for it works fine so maybe it's better to have something than nothing.

I've been doing this for a while but now that it broke, I realise its downside: you're limited in URI size so you can only upload quite small files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants