How to access other versions of Google Apis

Created on 28 September 2023, 9 months ago

How does one go about accessing api other than the primaries? For instance, I want to use functionality from this api https://cloud.google.com/identity/docs/reference/rest/v1beta1/orgUnits.m... but since it's in v1beta1 I can't access the method.

💬 Support request
Status

Active

Version

4.3

Component

Code

Created by

🇺🇸United States RustedBucket

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @RustedBucket
  • 🇺🇸United States RustedBucket
  • 🇮🇳India sadashiv

    Hi,

    This module depends on what is provided by the Google Api Php Client Services so once google develops the library and provides it for public then we can use it, as I can see they have not provided it yet so the module can't offer it, if you want to still use it then you can use some hook and add scopes to the google api client entity and authenticate it and then code to call the api using raw request using Google_Client class. I know it is more difficult this way but as of now we don't have option

    Thanks,
    Sadashiv

Production build 0.69.0 2024