-
Notifications
You must be signed in to change notification settings - Fork 2
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
directory_id' not supplied on init #26
Comments
Hi diffgram team,
then I was testing: and it gives me this error:
i don't know how to put the directory_id and why the directory_id is not supplied. I tried ruuning
it gives me the result which is 1 ( the ID of Default folder) |
lol I fixed it. here is the relevant comment i made under the issue: #46 Unable to ingest data |
When trying to run a basic SDK example just loading a project, the extra info is
{'errors': ["'directory_id' not supplied"], 'success': False}
but a directory_id is supplied if I do
![image](https://user-images.githubusercontent.com/18080164/170620034-aa67f6fc-b59d-469d-a0a4-233bdc59570f.png)
Related this is an old endpoint, doesn't use schema
https://github.com/diffgram/diffgram/blob/80e0284d4e98a8261adb475e32c1a69dcb5a0b58/default/methods/annotation/labels/view.py#L31
not sure where we left the new Schema upgrade on SDK side
The text was updated successfully, but these errors were encountered: