-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add google drive conversion #161
Add google drive conversion #161
Conversation
Okay, now it seems to work! Should I open a PR against indico with the template change: indico/indico@8af9fe7 |
Hi @ThiefMaster - is there anything else I need to do here? I think I managed to run all the tests locally now. |
- split add_form_fields into file and URL versions - placeholders for future conversion
Remove printouts
Remove printouts
Suggestion from PR Co-authored-by: Adrian <adrian@planetcoding.net>
Co-authored-by: Adrian <adrian@planetcoding.net>
a59c4ec
to
ec0a8fd
Compare
otherwise it's between cloudconvert stuff...
never needed for stdlib
I agree that it'd be nicer, but I think it's out of scope of this PR since it's most likely the same order when uploading a file, and due to the way it's implemented it might also be very tricky to actually change the order. |
As discussed in indico/indico#6045 this adds the ability to request Google to return a pdf version of a google drive link (it requires an API key, and also the following change to indico)
cc @ThiefMaster