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

🏢 Stable folders and files uploads:: API endpoint #714

Open
4 tasks
shepilov opened this issue Oct 25, 2024 · 0 comments
Open
4 tasks

🏢 Stable folders and files uploads:: API endpoint #714

shepilov opened this issue Oct 25, 2024 · 0 comments
Assignees
Milestone

Comments

@shepilov
Copy link
Member

shepilov commented Oct 25, 2024

New endpoint to upload a file with body:


content: Readable (of first chunk)
first-time:
	total_chunk_count: number
	parent_id; string # same as root DriveItem
	subpath: string
	item: Partial<DriveFile>
	version: Partial<FileVersion>
	file: Partial<File>

times-after:
	chunk-number?

return { data for another endpoint to append further chunks )
  • Fix tree generation to include empty folders
  • Bulk empty folder creation ?
  • Consider proper upload status on DriveItem on top of is_in_trash
  • Merge driveitem, file and version
@shepilov shepilov added this to the v1.0.6 milestone Oct 25, 2024
@ericlinagora ericlinagora self-assigned this Oct 29, 2024
@shepilov shepilov moved this to 🏗 In progress in Twake Workplace Nov 4, 2024
@shepilov shepilov changed the title Stable folders and files uploads:: API endpoint 🏢 Stable folders and files uploads:: API endpoint Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗 In progress
Development

No branches or pull requests

2 participants