You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! when trying to run the following code
I get the error
When running list_repos i get the error
I know there was some update to the kg auth endpoint today, is this possibly related?
Thank you for your help.
The text was updated successfully, but these errors were encountered:
the uuid appears that it is from data proxy, and not of drive.
If that is the case, I would imagine you will need to use bucket api. e.g.:
# n.b. bucket api does not support username/passwordTOKEN="ey..."fromebrains_driveimportBucketApiClientclient=BucketApiClient(token=TOKEN)
bucket=client.buckets.get_bucket("d-ff75c536-5258-4e2d-8da1-8b3625bd07ae")
tally=0forfinbucket.ls():
print(f.name)
tally+=1iftally>10:
break
Hi! when trying to run the following code
I get the error
When running list_repos i get the error
I know there was some update to the kg auth endpoint today, is this possibly related?
Thank you for your help.
The text was updated successfully, but these errors were encountered: