I want to call the API of the admin sdk to create a resource function in my system. Does google admin sdk have an API that allows you to add resources through CSV import?
Asked
Active
Viewed 58 times
0
-
I would need more information to be able to help you: What resource would you like? What is your use case? – Martí Apr 08 '21 at 09:52
-
I want to create buildings resource and calendar resource。 – chenbo Apr 09 '21 at 02:01
1 Answers
0
I there is not an endpoint to do that.
What you can do is to use a Google API Client library (see the official ones) to interface with it, so you can use a library in your preferred language to read the CSV and then use one of that clients to add it to Google servers.

Martí
- 2,651
- 1
- 4
- 11