| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This will serve as a guide on how to create a COCO file using the utility script for Google Drive and DropBox
You can find the utility script for Google Drive here: generate_coco_from_drive.js
The folder ID is the alphanumeric string that appears after "/folders/" in the URL.
Eg: drive.google.com/drive/folders/1prcCevijN5mubTllB2kr5ki1gjh_IO4u?usp=sharing
You can find the utility script for DropBox here: generate_coco_from_dropbox.py
# Help
uv run generate_coco_dropbox.py --help
# Sample
uv run generate_coco_dropbox.py "DROPBOX_ACCESS_TOKEN" "FOLDER_PATHNAME_IN_DROPBOX" "DESTINATION_EXPORT_FILE_NAME_IN_DROPBOX"
# Example
uv run generate_coco_dropbox.py sl.yourAccessTokenHere "/COCO TEST" "coco_export.json"| Back | FazBrowse Home | New Git URL |