Nothing
dir_default_perms <- list(
`x-ms-file-permission`="inherit",
`x-ms-file-creation-time`="now",
`x-ms-file-last-write-time`="now",
`x-ms-file-attributes`="None"
)
file_default_perms <- list(
`x-ms-file-permission`="inherit",
`x-ms-file-creation-time`="now",
`x-ms-file-last-write-time`="now",
`x-ms-file-attributes`="None"
)
file_update_perms <- list(
`x-ms-file-permission`="inherit",
`x-ms-file-creation-time`="preserve",
`x-ms-file-last-write-time`="preserve",
`x-ms-file-attributes`="None"
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.