Like
top of page
KNOWLEDGE BASE
You Asked, We Answered
FAQs
To test this feature, visit your live site.
Magoware Forum
Explore the forum below to find answers to all of you business related questions and concerns.
Magoware Forum
Explore this forum for all of you business related questions. Add the first post to get the conversation started.
4FAQ
You Asked, We Answered
13Getting Started
What’s this category about? Tell visitors what they’ll find in this discussion.
13Streams Configurations
What’s this category about? Tell visitors what they’ll find in this discussion.
4
New Posts
- Magoware Forum2021-02-16T17:36:31.878Z - error: device upsert error : Cannot read property 'id' of null TypeError: Cannot read property 'id' of null at addDefaultMediaPlayer (/home/ministra/backoffice-administration/modules/deviceapiv2/server/controllers/credentials.server.controller.js:567:47) at process._tickCallback (internal/process/next_tick.js:68:7) POST /apiv2/credentials/login 200 151 - 185.875 msLike
- FAQWe have two possibilities to store our files locally or to transfer them to Google Cloud Storage. By default the images and files are stored locally. If you want to transfer them you must follow the steps below. Creating Storage Bucket 1. Open the Cloud Storage browser in the Google Cloud Console. 2. Click Create bucket to start with creation. 3. Enter the bucket Information and click Continue to complete each step and at the end click Create. • Specify a name based on bucket name requirements (you will need this name in our backend) • Choose a default storage for your data (we suggest the Standard one) • Select an access control (fine-grained is a suggestion) • Advanced Settings is important so click at Encryption the first one Google-managed key. 4. Click Done. Generate Encryption Key To access the images or files transferred to bucket must generate an Encryption Key 1. Go to IAM & admin > Service Accounts 2. Click Create Service Account to create the service account. 3. Give your Service Account a name and click Create. 4. After that you should set permissions to account created, click Storage as a role and set Storage Object admin and then click Continue. 5. On the final page click Create Key, the key type must be JSON. 6. The Encyption Key will be downloaded and is important to make the connection with our backend, you must save it. Make the storage public to Internet 1. Go to Storage browser and select the bucket that you created. 2. Click the settings of this bucket and then Edit Bucket Permission. 3. Click Add Member button to make it public for All Users 4. Select allUsers and role as Storage Object Admin (to store, view and edit files and images transferred) 5. Click Done and storage is now public to internet. Integrate Google Cloud Storage in our backend. • Go to Advanced Settings • At Google Cloud Storage click the checkbox to transfer files to Google Cloud • You have two options to store locally or to Google Cloud (if you choose Google Cloud you can’t change it later because all the files are now tranferred) • At Google Managed Key field > Copy the text of the file you downloaded > Paste it • At Project ID field > Go to Storage browser > Copy only project id (you can find it at you URL after project= ) • At Bucket Name > Go to Storage browser > Copy the name of the bucket you created and paste it • All the fields are completed click Submit.Like
FORUM: Forum
bottom of page