×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

LOG IN TO YOUR ACCOUNT

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR PASSWORD?

AAH, WAIT, I REMEMBER NOW!

CREATE AN ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • INFO

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED

How do you add a new entity to make a file public in Cloud Storage?

by EITCA Academy / Thursday, 03 August 2023 / Published in Cloud Computing, EITC/CL/GCP Google Cloud Platform, Getting started with GCP, Making data public in Cloud Storage, Examination review

To add a new entity and make a file public in Cloud Storage on the Google Cloud Platform, you can follow a series of steps. First, you need to understand the concept of entities in Cloud Storage. An entity refers to an identity that can have specific permissions assigned to it. It can be a Google Account, a Google Group, a service account, or even an IP address.

To make a file public, you need to grant read access to an entity called "allUsers". This entity represents anyone on the internet, even those without a Google Account. By granting read access to "allUsers", you essentially make the file publicly accessible.

Here are the steps to add a new entity and make a file public in Cloud Storage:

1. Open the Cloud Storage page in the Google Cloud Console.
2. Select the bucket that contains the file you want to make public.
3. Navigate to the file you want to make public.
4. Click on the file to open the Object details page.
5. In the Permissions tab, click on the "Add members" button.
6. In the "New members" field, enter "allUsers".
7. From the "Select a role" drop-down menu, choose "Storage Object Viewer". This role grants read access to the file.
8. Click on the "Save" button to save the changes.

After following these steps, the file will be accessible to anyone on the internet. Keep in mind that making a file public means that anyone can access it, so be cautious when sharing sensitive information.

Here's an example to illustrate how to add a new entity and make a file public using the Cloud Storage API in Python:

python
from google.cloud import storage

def make_file_public(bucket_name, file_name):
    storage_client = storage.Client()
    bucket = storage_client.bucket(bucket_name)
    blob = bucket.blob(file_name)
    
    # Add "allUsers" entity with "Storage Object Viewer" role
    blob.acl.all().grant_read()
    blob.acl.save()

    print(f"File {file_name} is now public.")

# Usage example
make_file_public("my-bucket", "my-file.txt")

In this example, the `make_file_public` function takes the bucket name and file name as parameters. It uses the Cloud Storage API to add the "allUsers" entity with the "Storage Object Viewer" role to the specified file, making it public.

Adding a new entity to make a file public in Cloud Storage involves granting read access to the "allUsers" entity. By following the steps outlined above, you can easily make your files publicly accessible on the Google Cloud Platform.

Other recent questions and answers regarding Examination review:

  • What options are available in the Actions menu for a file in Cloud Storage?
  • What role should you set for the "all_users" member to make all images in a folder public in Cloud Storage?
  • What steps do you need to follow to make all the images in a folder public in Cloud Storage?
  • How can you make a single file in a bucket public in Cloud Storage?

More questions and answers:

  • Field: Cloud Computing
  • Programme: EITC/CL/GCP Google Cloud Platform (go to the certification programme)
  • Lesson: Getting started with GCP (go to related lesson)
  • Topic: Making data public in Cloud Storage (go to related topic)
  • Examination review
Tagged under: Cloud Computing, Cloud Storage API, Google Cloud Platform, Google Cloud Storage, Public Access
Home » Cloud Computing » EITC/CL/GCP Google Cloud Platform » Getting started with GCP » Making data public in Cloud Storage » Examination review » » How do you add a new entity to make a file public in Cloud Storage?

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (105)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Medium publ.)
  • About
  • Contact

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.
Eligibility for EITCA Academy 90% EITCI DSJC Subsidy support
90% of EITCA Academy fees subsidized in enrolment

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on X
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF) in series of projects since 2007, currently governed by the European IT Certification Institute (EITCI) since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    EITCA Academy
    • EITCA Academy on social media
    EITCA Academy


    © 2008-2026  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.