Skip to content
Snippets Groups Projects
Commit ffaeb2c3 authored by Diogo Castro's avatar Diogo Castro
Browse files

Re-arrange pages to avoid having folders/drop down when only a single page is available

Create the "for developers" category.
parent c0c53dbe
No related branches found
No related tags found
1 merge request!12Update docs
......@@ -6,3 +6,4 @@ nav:
- mobile
- advanced
- training
- for_developers
nav:
- web-pages
- restore_from_trash
- privacy_considerations
- api_access
- migration_from_dfs
- corner_cases
---
title: Privacy considerations
---
# Privacy considerations when managing confidential data in CERNBox
CERNBox is [suitable for storing personal data](https://cern.service-now.com/service-portal?id=kb_article&n=KB0003808), including sensitive personal data. CERNBox data and backups are always stored on the CERN premises.
......
# API access to data in CERNBox
!!! Warning
This access method is reserved to developers and integrators, who need to interact with CERNBox and/or the underlying EOS storage from another service. End users should use the available regular [access methods](../../desktop/other-access-methods/desktop-mobile-access.md).
This access method is reserved to developers and integrators, who need to interact with CERNBox and/or the underlying EOS storage from another service. End users should use the available regular [access methods](../desktop/other-access-methods/desktop-mobile-access.md).
If you are a developer and your workflow requires programmatic access to CERNBox and/or EOS, you can follow these guidelines to automate specific actions.
......@@ -19,7 +19,7 @@ If you have created a public link on a folder with _edit_ or _uploader_ rights,
`curl -T <some-file> -X PUT https://cernbox.cern.ch/remote.php/dav/public-files/<public-link-hash>/<target-filename>`
Note that for _uploader_ links, the target file gets an extra hash appended to the name, to prevent collisions as the user does not have rights to list or overwrite existing content (see also [sharing](../../web/sharing/public-share.md)).
Note that for _uploader_ links, the target file gets an extra hash appended to the name, to prevent collisions as the user does not have rights to list or overwrite existing content (see also [sharing](../web/sharing/public-share.md)).
## Protected shares
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment