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

Implement File -> Export File #20

Open
cyclops1982 opened this issue Sep 28, 2020 · 0 comments
Open

Implement File -> Export File #20

cyclops1982 opened this issue Sep 28, 2020 · 0 comments
Labels
Feature Request New feature or request Ready Ready to be implemented
Milestone

Comments

@cyclops1982
Copy link
Member

cyclops1982 commented Sep 28, 2020

Export a file as a different type.

Input values:

Output values:

  • Information from GetInfoById
  • The file (File type in K2, XML)

Input validation:
If the fileid is not found, then then provide the following error message: "File '{Id}' not found."
If the export is not supported (for example you try to export a JPEG as plain text) then the following error must be provided: "Cannot convert file type '{Current File type}' of file '{Id}' to '{FileType provided as input}'"

Other info:
API can be found here: https://developers.google.com/drive/api/v3/reference/files/export

@cyclops1982 cyclops1982 added the Feature Request New feature or request label Sep 28, 2020
@cyclops1982 cyclops1982 added this to the vNext milestone Sep 28, 2020
@cyclops1982 cyclops1982 changed the title File -> Export File Implement File -> Export File Sep 28, 2020
@cyclops1982 cyclops1982 added the Ready Ready to be implemented label Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request Ready Ready to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant