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 -> Copy File #4

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

Implement File -> Copy File #4

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

Copy a file to another folder (or drive).

Input:

  • File Id (Text)
  • Target Folder Id (Text - can also be a drive Id if you want to copy it into the root)

Expected output:

  • Same as GetInfoById on the new file.

Validation:

  • If the file does not exist: "File '{Id}' does not exist."
  • If the target folder/drive does not exist: "Target Folder '{Id}' does not exist."

API information: https://developers.google.com/drive/api/v3/reference/files/copy

@cyclops1982 cyclops1982 added the Feature Request New feature or request label Sep 28, 2020
@cyclops1982 cyclops1982 modified the milestones: v0.1, v0.2 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