... | ... | @@ -14,7 +14,9 @@ |
|
|
|
|
|
* **provider** only accepts the supported providers by libcloudstorage;
|
|
|
* **path** is completely optional;
|
|
|
|
|
|
* The **user_label** does not require any special format, it is a simply label used for future logins. It could be the username used to login into the provider, however, seems hard if not impossible to grab that username for all providers and store it.
|
|
|
Another consequence would be that the user would user the first (1) MRL type when authenticating for the first time and guess that the MRL created for future logins would be the second one (2).
|
|
|
With the label approach, he will always use the second MRL type in order to authenticate for the first name or future logins. |
|
|
\ No newline at end of file |
|
|
With the label approach, he will always use the second MRL type in order to authenticate for the first name or future logins.
|
|
|
|
|
|
Possible examples: `vlc cloudstorage://dropbox`; `vlc cloudstorage://dbtdsilva@dropbox`; `vlc cloudstorage://john@gmail.com@dropbox`; `cloudstorage://dropbox/Public/random`; `cloudstorage://dropbox/Public/sample.mp4`; `cloudstorage://dropbox/Public/sample.mp4`; `cloudstorage://user@dropbox/Public/sample.mp4`;
|
|
|
Invalid examples: `cloudstorage://`; |
|
|
\ No newline at end of file |