通过 API 访问项目是否仅限于付费计划。我正在使用私有沙箱,当我尝试使用 roboflow API 访问项目时,它给了我错误。
import roboflow
rf = roboflow.Roboflow("MY-API-KEY")
project = rf.workspace().project('MY-PROJECT-NAME)
RuntimeError: {
"error": {
"message": "Unsupported get request. Dataset with ID `xxxx` does not exist or cannot be loaded due to missing permissions.",
"type": "GraphMethodException",
"hint": "You can find the API docs at https://docs.roboflow.com"
}
}