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 -> Move File #6

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

Implement File -> Move File #6

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

Move a single file to another folder.

Input:

  • File ID(the file that you want to move)
  • Target Folder Id (the folder that will become the new parent folder of File Id)

Output:

  • Same as GetInfoById of the file that was just moved.

Input validation:

  • If the File ID does not exist, provide error message "File '{Id}' does not exist."
  • If the TargetFolderId does not exist, provide error message "Target Folder '{Id}' does not exist."
  • If either File Id is a folder, provide error message "Object '{Id}' is a folder."
@cyclops1982 cyclops1982 added the Feature Request New feature or request label Sep 28, 2020
@cyclops1982 cyclops1982 added this to the v0.2 milestone 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