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
Now that you have established a connection to VideoDB, you can upload your videos using `conn.upload()`.
75
75
You can directly upload from `youtube`, `any public url`, `S3 bucket` or a `local file path`. A default collection is created when you create your first connection.
76
76
77
-
`upload` method returns a `Video` object.
77
+
`upload` method returns a `Video` object. You can simply pass a single string
78
+
representing either a local file path or a URL. For explicit calls, use the
0 commit comments