google-api-client 0.9 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile +5 -0
- data/README.md +1 -1
- data/api_names.yaml +1 -1
- data/api_names_out.yaml +14 -8
- data/generated/google/apis/adexchangebuyer_v1_3.rb +1 -1
- data/generated/google/apis/androidpublisher_v2/classes.rb +1 -1
- data/generated/google/apis/androidpublisher_v2/representations.rb +2 -2
- data/generated/google/apis/androidpublisher_v2/service.rb +4 -4
- data/generated/google/apis/appstate_v1.rb +1 -1
- data/generated/google/apis/bigquery_v2.rb +1 -1
- data/generated/google/apis/books_v1.rb +1 -1
- data/generated/google/apis/books_v1/classes.rb +50 -0
- data/generated/google/apis/books_v1/representations.rb +8 -0
- data/generated/google/apis/books_v1/service.rb +16 -4
- data/generated/google/apis/calendar_v3.rb +1 -1
- data/generated/google/apis/compute_beta.rb +1 -1
- data/generated/google/apis/compute_beta/classes.rb +141 -93
- data/generated/google/apis/compute_beta/representations.rb +1 -0
- data/generated/google/apis/compute_beta/service.rb +65 -58
- data/generated/google/apis/compute_v1.rb +1 -1
- data/generated/google/apis/compute_v1/classes.rb +83 -55
- data/generated/google/apis/compute_v1/service.rb +59 -52
- data/generated/google/apis/content_v2.rb +1 -1
- data/generated/google/apis/content_v2/classes.rb +1 -1
- data/generated/google/apis/drive_v2.rb +1 -1
- data/generated/google/apis/drive_v3.rb +1 -1
- data/generated/google/apis/games_configuration_v1configuration.rb +1 -1
- data/generated/google/apis/games_management_v1management.rb +1 -1
- data/generated/google/apis/games_v1.rb +1 -1
- data/generated/google/apis/genomics_v1.rb +1 -1
- data/generated/google/apis/plus_domains_v1.rb +1 -1
- data/generated/google/apis/plus_v1.rb +1 -1
- data/generated/google/apis/youtube_v3.rb +1 -1
- data/generated/google/apis/youtube_v3/classes.rb +9 -61
- data/generated/google/apis/youtube_v3/representations.rb +1 -26
- data/lib/google/apis/core/upload.rb +1 -0
- data/lib/google/apis/version.rb +1 -1
- data/samples/{Gemfile → cli/Gemfile} +1 -1
- data/samples/{README.md → cli/README.md} +0 -0
- data/samples/{google-api-samples → cli/google-api-samples} +0 -0
- data/samples/{lib → cli/lib}/base_cli.rb +0 -0
- data/samples/{lib → cli/lib}/samples/analytics.rb +0 -0
- data/samples/{lib → cli/lib}/samples/calendar.rb +0 -0
- data/samples/{lib → cli/lib}/samples/drive.rb +0 -0
- data/samples/{lib → cli/lib}/samples/gmail.rb +0 -0
- data/samples/{lib → cli/lib}/samples/pubsub.rb +0 -0
- data/samples/{lib → cli/lib}/samples/translate.rb +0 -0
- data/samples/{lib → cli/lib}/samples/you_tube.rb +0 -0
- data/samples/web/Gemfile +7 -0
- data/samples/web/README.md +44 -0
- data/samples/web/app.rb +120 -0
- data/samples/web/views/calendar.erb +34 -0
- data/samples/web/views/drive.erb +33 -0
- data/samples/web/views/home.erb +35 -0
- data/samples/web/views/layout.erb +40 -0
- data/spec/google/api_client/client_secrets_spec.rb +300 -1
- metadata +20 -13
@@ -52,7 +52,7 @@ module Google
|
|
52
52
|
super('https://www.googleapis.com/', 'compute/v1/projects/')
|
53
53
|
end
|
54
54
|
|
55
|
-
# Retrieves
|
55
|
+
# Retrieves an aggregated list of addresses.
|
56
56
|
# @param [String] project
|
57
57
|
# Project ID for this request.
|
58
58
|
# @param [String] filter
|
@@ -244,7 +244,7 @@ module Google
|
|
244
244
|
execute_or_queue_command(command, &block)
|
245
245
|
end
|
246
246
|
|
247
|
-
# Retrieves
|
247
|
+
# Retrieves a list of address resources contained within the specified region.
|
248
248
|
# @param [String] project
|
249
249
|
# Project ID for this request.
|
250
250
|
# @param [String] region
|
@@ -315,7 +315,7 @@ module Google
|
|
315
315
|
execute_or_queue_command(command, &block)
|
316
316
|
end
|
317
317
|
|
318
|
-
# Retrieves
|
318
|
+
# Retrieves an aggregated list of autoscalers.
|
319
319
|
# @param [String] project
|
320
320
|
# Project ID for this request.
|
321
321
|
# @param [String] filter
|
@@ -507,7 +507,7 @@ module Google
|
|
507
507
|
execute_or_queue_command(command, &block)
|
508
508
|
end
|
509
509
|
|
510
|
-
# Retrieves
|
510
|
+
# Retrieves a list of autoscaler resources contained within the specified zone.
|
511
511
|
# @param [String] project
|
512
512
|
# Project ID for this request.
|
513
513
|
# @param [String] zone
|
@@ -785,7 +785,9 @@ module Google
|
|
785
785
|
end
|
786
786
|
|
787
787
|
# Creates a BackendService resource in the specified project using the data
|
788
|
-
# included in the request.
|
788
|
+
# included in the request. There are several restrictions and guidelines to keep
|
789
|
+
# in mind when creating a backend service. Read Restrictions and Guidelines for
|
790
|
+
# more information.
|
789
791
|
# @param [String] project
|
790
792
|
# Project ID for this request.
|
791
793
|
# @param [Google::Apis::ComputeV1::BackendService] backend_service_object
|
@@ -892,7 +894,9 @@ module Google
|
|
892
894
|
execute_or_queue_command(command, &block)
|
893
895
|
end
|
894
896
|
|
895
|
-
#
|
897
|
+
# Updates the entire content of the BackendService resource. There are several
|
898
|
+
# restrictions and guidelines to keep in mind when updating a backend service.
|
899
|
+
# Read Restrictions and Guidelines for more information. This method supports
|
896
900
|
# patch semantics.
|
897
901
|
# @param [String] project
|
898
902
|
# Project ID for this request.
|
@@ -934,7 +938,9 @@ module Google
|
|
934
938
|
execute_or_queue_command(command, &block)
|
935
939
|
end
|
936
940
|
|
937
|
-
#
|
941
|
+
# Updates the entire content of the BackendService resource. There are several
|
942
|
+
# restrictions and guidelines to keep in mind when updating a backend service.
|
943
|
+
# Read Restrictions and Guidelines for more information.
|
938
944
|
# @param [String] project
|
939
945
|
# Project ID for this request.
|
940
946
|
# @param [String] backend_service
|
@@ -975,7 +981,7 @@ module Google
|
|
975
981
|
execute_or_queue_command(command, &block)
|
976
982
|
end
|
977
983
|
|
978
|
-
# Retrieves
|
984
|
+
# Retrieves an aggregated list of disk type resources.
|
979
985
|
# @param [String] project
|
980
986
|
# Project ID for this request.
|
981
987
|
# @param [String] filter
|
@@ -1084,7 +1090,7 @@ module Google
|
|
1084
1090
|
execute_or_queue_command(command, &block)
|
1085
1091
|
end
|
1086
1092
|
|
1087
|
-
# Retrieves
|
1093
|
+
# Retrieves a list of disk type resources available to the specified project.
|
1088
1094
|
# @param [String] project
|
1089
1095
|
# Project ID for this request.
|
1090
1096
|
# @param [String] zone
|
@@ -1155,7 +1161,7 @@ module Google
|
|
1155
1161
|
execute_or_queue_command(command, &block)
|
1156
1162
|
end
|
1157
1163
|
|
1158
|
-
# Retrieves
|
1164
|
+
# Retrieves an aggregated list of persistent disks.
|
1159
1165
|
# @param [String] project
|
1160
1166
|
# Project ID for this request.
|
1161
1167
|
# @param [String] filter
|
@@ -1396,7 +1402,7 @@ module Google
|
|
1396
1402
|
execute_or_queue_command(command, &block)
|
1397
1403
|
end
|
1398
1404
|
|
1399
|
-
# Retrieves
|
1405
|
+
# Retrieves a list of persistent disks contained within the specified zone.
|
1400
1406
|
# @param [String] project
|
1401
1407
|
# Project ID for this request.
|
1402
1408
|
# @param [String] zone
|
@@ -1733,7 +1739,7 @@ module Google
|
|
1733
1739
|
execute_or_queue_command(command, &block)
|
1734
1740
|
end
|
1735
1741
|
|
1736
|
-
# Retrieves
|
1742
|
+
# Retrieves an aggregated list of forwarding rules.
|
1737
1743
|
# @param [String] project
|
1738
1744
|
# Project ID for this request.
|
1739
1745
|
# @param [String] filter
|
@@ -1925,7 +1931,7 @@ module Google
|
|
1925
1931
|
execute_or_queue_command(command, &block)
|
1926
1932
|
end
|
1927
1933
|
|
1928
|
-
# Retrieves
|
1934
|
+
# Retrieves a list of ForwardingRule resources available to the specified
|
1929
1935
|
# project and region.
|
1930
1936
|
# @param [String] project
|
1931
1937
|
# Project ID for this request.
|
@@ -2157,7 +2163,7 @@ module Google
|
|
2157
2163
|
execute_or_queue_command(command, &block)
|
2158
2164
|
end
|
2159
2165
|
|
2160
|
-
# Retrieves
|
2166
|
+
# Retrieves a list of global address resources.
|
2161
2167
|
# @param [String] project
|
2162
2168
|
# Project ID for this request.
|
2163
2169
|
# @param [String] filter
|
@@ -2340,7 +2346,7 @@ module Google
|
|
2340
2346
|
execute_or_queue_command(command, &block)
|
2341
2347
|
end
|
2342
2348
|
|
2343
|
-
# Retrieves
|
2349
|
+
# Retrieves a list of ForwardingRule resources available to the specified
|
2344
2350
|
# project.
|
2345
2351
|
# @param [String] project
|
2346
2352
|
# Project ID for this request.
|
@@ -2451,7 +2457,7 @@ module Google
|
|
2451
2457
|
execute_or_queue_command(command, &block)
|
2452
2458
|
end
|
2453
2459
|
|
2454
|
-
# Retrieves
|
2460
|
+
# Retrieves an aggregated list of all operations.
|
2455
2461
|
# @param [String] project
|
2456
2462
|
# Project ID for this request.
|
2457
2463
|
# @param [String] filter
|
@@ -2593,8 +2599,7 @@ module Google
|
|
2593
2599
|
execute_or_queue_command(command, &block)
|
2594
2600
|
end
|
2595
2601
|
|
2596
|
-
# Retrieves
|
2597
|
-
# project.
|
2602
|
+
# Retrieves a list of Operation resources contained within the specified project.
|
2598
2603
|
# @param [String] project
|
2599
2604
|
# Project ID for this request.
|
2600
2605
|
# @param [String] filter
|
@@ -3549,7 +3554,8 @@ module Google
|
|
3549
3554
|
end
|
3550
3555
|
|
3551
3556
|
# Deletes the specified managed instance group and all of the instances in that
|
3552
|
-
# group.
|
3557
|
+
# group. Note that the instance group must not belong to a backend service. Read
|
3558
|
+
# Deleting an instance group for more information.
|
3553
3559
|
# @param [String] project
|
3554
3560
|
# Project ID for this request.
|
3555
3561
|
# @param [String] zone
|
@@ -4039,8 +4045,8 @@ module Google
|
|
4039
4045
|
execute_or_queue_command(command, &block)
|
4040
4046
|
end
|
4041
4047
|
|
4042
|
-
# Adds a list of instances to the specified instance group.
|
4043
|
-
#
|
4048
|
+
# Adds a list of instances to the specified instance group. Read Adding
|
4049
|
+
# instances for more information.
|
4044
4050
|
# @param [String] project
|
4045
4051
|
# Project ID for this request.
|
4046
4052
|
# @param [String] zone
|
@@ -4153,7 +4159,8 @@ module Google
|
|
4153
4159
|
end
|
4154
4160
|
|
4155
4161
|
# Deletes the specified instance group. The instances in the group are not
|
4156
|
-
# deleted.
|
4162
|
+
# deleted. Note that instance group must not belong to a backend service. Read
|
4163
|
+
# Deleting an instance group for more information.
|
4157
4164
|
# @param [String] project
|
4158
4165
|
# Project ID for this request.
|
4159
4166
|
# @param [String] zone
|
@@ -4593,7 +4600,9 @@ module Google
|
|
4593
4600
|
end
|
4594
4601
|
|
4595
4602
|
# Creates an instance template in the specified project using the data that is
|
4596
|
-
# included in the request.
|
4603
|
+
# included in the request. If you are creating a new template to update an
|
4604
|
+
# existing instance group, your new instance template must use the same network
|
4605
|
+
# or, if applicable, the same subnetwork as the original template.
|
4597
4606
|
# @param [String] project
|
4598
4607
|
# Project ID for this request.
|
4599
4608
|
# @param [Google::Apis::ComputeV1::InstanceTemplate] instance_template_object
|
@@ -5410,8 +5419,8 @@ module Google
|
|
5410
5419
|
execute_or_queue_command(command, &block)
|
5411
5420
|
end
|
5412
5421
|
|
5413
|
-
#
|
5414
|
-
#
|
5422
|
+
# Starts an instance that was stopped using the using the instances().stop
|
5423
|
+
# method. For more information, see Restart an instance.
|
5415
5424
|
# @param [String] project
|
5416
5425
|
# Project ID for this request.
|
5417
5426
|
# @param [String] zone
|
@@ -5452,12 +5461,12 @@ module Google
|
|
5452
5461
|
execute_or_queue_command(command, &block)
|
5453
5462
|
end
|
5454
5463
|
|
5455
|
-
#
|
5456
|
-
#
|
5457
|
-
#
|
5458
|
-
#
|
5459
|
-
#
|
5460
|
-
#
|
5464
|
+
# Stops a running instance, shutting it down cleanly, and allows you to restart
|
5465
|
+
# the instance at a later time. Stopped instances do not incur per-minute,
|
5466
|
+
# virtual machine usage charges while they are stopped, but any resources that
|
5467
|
+
# the virtual machine is using, such as persistent disks and static IP addresses,
|
5468
|
+
# will continue to be charged until they are deleted. For more information, see
|
5469
|
+
# Stopping an instance.
|
5461
5470
|
# @param [String] project
|
5462
5471
|
# Project ID for this request.
|
5463
5472
|
# @param [String] zone
|
@@ -5536,7 +5545,7 @@ module Google
|
|
5536
5545
|
execute_or_queue_command(command, &block)
|
5537
5546
|
end
|
5538
5547
|
|
5539
|
-
# Retrieves
|
5548
|
+
# Retrieves an aggregated list of machine type resources.
|
5540
5549
|
# @param [String] project
|
5541
5550
|
# Project ID for this request.
|
5542
5551
|
# @param [String] filter
|
@@ -5645,8 +5654,7 @@ module Google
|
|
5645
5654
|
execute_or_queue_command(command, &block)
|
5646
5655
|
end
|
5647
5656
|
|
5648
|
-
# Retrieves
|
5649
|
-
# project.
|
5657
|
+
# Retrieves a list of machine type resources available to the specified project.
|
5650
5658
|
# @param [String] project
|
5651
5659
|
# Project ID for this request.
|
5652
5660
|
# @param [String] zone
|
@@ -6133,7 +6141,7 @@ module Google
|
|
6133
6141
|
# @param [String] project
|
6134
6142
|
# Project ID for this request.
|
6135
6143
|
# @param [String] region
|
6136
|
-
# Name of the
|
6144
|
+
# Name of the region scoping this request.
|
6137
6145
|
# @param [String] operation
|
6138
6146
|
# Name of the Operations resource to return.
|
6139
6147
|
# @param [String] fields
|
@@ -6170,8 +6178,7 @@ module Google
|
|
6170
6178
|
execute_or_queue_command(command, &block)
|
6171
6179
|
end
|
6172
6180
|
|
6173
|
-
# Retrieves
|
6174
|
-
# region.
|
6181
|
+
# Retrieves a list of Operation resources contained within the specified region.
|
6175
6182
|
# @param [String] project
|
6176
6183
|
# Project ID for this request.
|
6177
6184
|
# @param [String] region
|
@@ -7355,7 +7362,7 @@ module Google
|
|
7355
7362
|
execute_or_queue_command(command, &block)
|
7356
7363
|
end
|
7357
7364
|
|
7358
|
-
# Retrieves
|
7365
|
+
# Retrieves an aggregated list of target instances.
|
7359
7366
|
# @param [String] project
|
7360
7367
|
# Project ID for this request.
|
7361
7368
|
# @param [String] filter
|
@@ -7547,7 +7554,7 @@ module Google
|
|
7547
7554
|
execute_or_queue_command(command, &block)
|
7548
7555
|
end
|
7549
7556
|
|
7550
|
-
# Retrieves
|
7557
|
+
# Retrieves a list of TargetInstance resources available to the specified
|
7551
7558
|
# project and zone.
|
7552
7559
|
# @param [String] project
|
7553
7560
|
# Project ID for this request.
|
@@ -7705,7 +7712,7 @@ module Google
|
|
7705
7712
|
execute_or_queue_command(command, &block)
|
7706
7713
|
end
|
7707
7714
|
|
7708
|
-
# Retrieves
|
7715
|
+
# Retrieves an aggregated list of target pools.
|
7709
7716
|
# @param [String] project
|
7710
7717
|
# Project ID for this request.
|
7711
7718
|
# @param [String] filter
|
@@ -7856,7 +7863,7 @@ module Google
|
|
7856
7863
|
end
|
7857
7864
|
|
7858
7865
|
# Gets the most recent health check results for each IP for the given instance
|
7859
|
-
# that is referenced by given TargetPool.
|
7866
|
+
# that is referenced by the given TargetPool.
|
7860
7867
|
# @param [String] project
|
7861
7868
|
# @param [String] region
|
7862
7869
|
# Name of the region scoping this request.
|
@@ -7941,7 +7948,7 @@ module Google
|
|
7941
7948
|
execute_or_queue_command(command, &block)
|
7942
7949
|
end
|
7943
7950
|
|
7944
|
-
# Retrieves
|
7951
|
+
# Retrieves a list of TargetPool resources available to the specified project
|
7945
7952
|
# and region.
|
7946
7953
|
# @param [String] project
|
7947
7954
|
# Project ID for this request.
|
@@ -8146,7 +8153,7 @@ module Google
|
|
8146
8153
|
execute_or_queue_command(command, &block)
|
8147
8154
|
end
|
8148
8155
|
|
8149
|
-
# Retrieves
|
8156
|
+
# Retrieves an aggregated list of target VPN gateways .
|
8150
8157
|
# @param [String] project
|
8151
8158
|
# Project ID for this request.
|
8152
8159
|
# @param [String] filter
|
@@ -8338,7 +8345,7 @@ module Google
|
|
8338
8345
|
execute_or_queue_command(command, &block)
|
8339
8346
|
end
|
8340
8347
|
|
8341
|
-
# Retrieves
|
8348
|
+
# Retrieves a list of TargetVpnGateway resources available to the specified
|
8342
8349
|
# project and region.
|
8343
8350
|
# @param [String] project
|
8344
8351
|
# Project ID for this request.
|
@@ -8593,7 +8600,7 @@ module Google
|
|
8593
8600
|
execute_or_queue_command(command, &block)
|
8594
8601
|
end
|
8595
8602
|
|
8596
|
-
#
|
8603
|
+
# Updates the entire content of the UrlMap resource. This method supports patch
|
8597
8604
|
# semantics.
|
8598
8605
|
# @param [String] project
|
8599
8606
|
# Project ID for this request.
|
@@ -8635,7 +8642,7 @@ module Google
|
|
8635
8642
|
execute_or_queue_command(command, &block)
|
8636
8643
|
end
|
8637
8644
|
|
8638
|
-
#
|
8645
|
+
# Updates the entire content of the UrlMap resource.
|
8639
8646
|
# @param [String] project
|
8640
8647
|
# Project ID for this request.
|
8641
8648
|
# @param [String] url_map
|
@@ -8676,8 +8683,8 @@ module Google
|
|
8676
8683
|
execute_or_queue_command(command, &block)
|
8677
8684
|
end
|
8678
8685
|
|
8679
|
-
#
|
8680
|
-
# UrlMap will be run. Calling this method does NOT create the UrlMap.
|
8686
|
+
# Runs static validation for the UrlMap. In particular, the tests of the
|
8687
|
+
# provided UrlMap will be run. Calling this method does NOT create the UrlMap.
|
8681
8688
|
# @param [String] project
|
8682
8689
|
# Project ID for this request.
|
8683
8690
|
# @param [String] url_map
|
@@ -8718,7 +8725,7 @@ module Google
|
|
8718
8725
|
execute_or_queue_command(command, &block)
|
8719
8726
|
end
|
8720
8727
|
|
8721
|
-
# Retrieves
|
8728
|
+
# Retrieves an aggregated list of VPN tunnels.
|
8722
8729
|
# @param [String] project
|
8723
8730
|
# Project ID for this request.
|
8724
8731
|
# @param [String] filter
|
@@ -8910,8 +8917,8 @@ module Google
|
|
8910
8917
|
execute_or_queue_command(command, &block)
|
8911
8918
|
end
|
8912
8919
|
|
8913
|
-
# Retrieves
|
8914
|
-
#
|
8920
|
+
# Retrieves a list of VpnTunnel resources contained in the specified project and
|
8921
|
+
# region.
|
8915
8922
|
# @param [String] project
|
8916
8923
|
# Project ID for this request.
|
8917
8924
|
# @param [String] region
|
@@ -9062,7 +9069,7 @@ module Google
|
|
9062
9069
|
execute_or_queue_command(command, &block)
|
9063
9070
|
end
|
9064
9071
|
|
9065
|
-
# Retrieves
|
9072
|
+
# Retrieves a list of Operation resources contained within the specified zone.
|
9066
9073
|
# @param [String] project
|
9067
9074
|
# Project ID for this request.
|
9068
9075
|
# @param [String] zone
|
@@ -26,7 +26,7 @@ module Google
|
|
26
26
|
# @see https://developers.google.com/shopping-content
|
27
27
|
module ContentV2
|
28
28
|
VERSION = 'V2'
|
29
|
-
REVISION = '
|
29
|
+
REVISION = '20160115'
|
30
30
|
|
31
31
|
# Manage your product listings and accounts for Google Shopping
|
32
32
|
AUTH_CONTENT = 'https://www.googleapis.com/auth/content'
|
@@ -1606,7 +1606,7 @@ module Google
|
|
1606
1606
|
# @return [String]
|
1607
1607
|
attr_accessor :fetch_url
|
1608
1608
|
|
1609
|
-
# The hour of the day the feed file should be fetched (0-
|
1609
|
+
# The hour of the day the feed file should be fetched (0-23).
|
1610
1610
|
# Corresponds to the JSON property `hour`
|
1611
1611
|
# @return [Fixnum]
|
1612
1612
|
attr_accessor :hour
|
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# @see https://developers.google.com/games/services
|
26
26
|
module GamesConfigurationV1configuration
|
27
27
|
VERSION = 'V1configuration'
|
28
|
-
REVISION = '
|
28
|
+
REVISION = '20160111'
|
29
29
|
|
30
30
|
# View and manage your Google Play Developer account
|
31
31
|
AUTH_ANDROIDPUBLISHER = 'https://www.googleapis.com/auth/androidpublisher'
|
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# @see https://developers.google.com/games/services
|
26
26
|
module GamesManagementV1management
|
27
27
|
VERSION = 'V1management'
|
28
|
-
REVISION = '
|
28
|
+
REVISION = '20160111'
|
29
29
|
|
30
30
|
# Share your Google+ profile information and view and manage your game activity
|
31
31
|
AUTH_GAMES = 'https://www.googleapis.com/auth/games'
|
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# @see https://developers.google.com/games/services/
|
26
26
|
module GamesV1
|
27
27
|
VERSION = 'V1'
|
28
|
-
REVISION = '
|
28
|
+
REVISION = '20160111'
|
29
29
|
|
30
30
|
# View and manage its own configuration data in your Google Drive
|
31
31
|
AUTH_DRIVE_APPDATA = 'https://www.googleapis.com/auth/drive.appdata'
|