Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate storage on QField and QFC #393

Merged
merged 7 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions documentation/get-started/storage-qfc.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Storage
tx_slug: documentation_get-started_storage_qfieldcloud
---

lucienicolier marked this conversation as resolved.
Show resolved Hide resolved
QFieldCloud allows you to configure as much storage as you need for your project.

# QFieldCloud add storage

Add more storage to QFieldCloud *Settings > Billing > Subscription > Change > Update storage*

!![ Subscription “Change” ](../assets/images/storage-qfc1.png)

!![ “Update storage” ](../assets/images/storage-qfc2.png)

!![ “Additional storage” ](../assets/images/storage-qfc3.png)
12 changes: 1 addition & 11 deletions documentation/get-started/storage.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Storage
tx_slug: documentation_get-started_storage
tx_slug: documentation_get-started_storage_qfield
---

# QField Storage Access
Expand Down Expand Up @@ -143,13 +143,3 @@ Changes done to project content and datasets are saved in the files found in thi
Imported projects and datasets can be accessed directly using a USB cable by navigating
to the QField application folder using iTunes on Windows and macOS. On Linux, users
can do so through [‘libimobiledevice‘](https://libimobiledevice.org/).

# QFieldCloud add storage

Add more storage to QFieldCloud *Settings > Billing > Subscription > Change > Update storage*

!![ Subscription “Change” ](../assets/images/storage-qfc1.png)

!![ “Update storage” ](../assets/images/storage-qfc2.png)

!![ “Additional storage” ](../assets/images/storage-qfc3.png)
2 changes: 1 addition & 1 deletion documentation/how-to/projects.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tx_slug: documentation_how-to_projects
QField has a file selector that allows to open a project from the device locally. To open files from the cloud see [QFieldCloud ](../get-started/tutorials/get-started-qfc.md).

!!! note
Starting with Android 11 apps are denied full access to main and external storage content. For QField, this means direct access to projects and datasets transferred and/or downloaded into storage folders is not possible anymore. You can know more [on this page](../get-started/storage.md).
Starting with Android 11 apps are denied full access to main and external storage content. For QField, this means direct access to projects and datasets transferred and/or downloaded into storage folders is not possible anymore. You can know more about [QField storage access](../get-started/storage.md).

You have to import project folders or individual datasets into the app-dedicated storage location `<drive>:/Android/data/ch.opengis.qfield/files/QField` where it has unrestricted read/write access. With that behavior importing from external SD cards or providers that work with remote files (e.g. Google Drive) are supported as well.

Expand Down
2 changes: 1 addition & 1 deletion documentation/how-to/standalone-datasets.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The supported raster formats are:

:material-tablet: Fieldwork

Please read the [storage access documentation](../get-started/storage.md) to learn more on how standalone datasets are opened on your specific device.
Please read the [storage access documentation](../get-started/storage-qf.md) to learn more on how standalone datasets are opened on your specific device.

## Using a project as "base map" for standalone datasets

Expand Down
Loading