Skip to content

Commit 59f7880

Browse files
1 parent 055b2d8 commit 59f7880

File tree

8 files changed

+42
-30
lines changed

8 files changed

+42
-30
lines changed

clients/google-api-services-drive/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-drive</artifactId>
25-
<version>v2-rev20240722-2.0.0</version>
25+
<version>v2-rev20240730-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-drive:v2-rev20240722-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v2-rev20240730-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-drive/v2/2.0.0/com/google/api/services/drive/model/File.java

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,11 @@ public final class File extends com.google.api.client.json.GenericJson {
527527

528528
/**
529529
* Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the
530-
* order of hours. Only populated when the requesting app can access the file's content. If the
531-
* file isn't shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using a
532-
* credentialed request.
530+
* order of hours. Not intended for direct usage on web applications due to [Cross-Origin Resource
531+
* Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS), consider using a proxy
532+
* server. Only populated when the requesting app can access the file's content. If the file isn't
533+
* shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using a credentialed
534+
* request.
533535
* The value may be {@code null}.
534536
*/
535537
@com.google.api.client.util.Key
@@ -1785,9 +1787,11 @@ public File setThumbnail(Thumbnail thumbnail) {
17851787

17861788
/**
17871789
* Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the
1788-
* order of hours. Only populated when the requesting app can access the file's content. If the
1789-
* file isn't shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using a
1790-
* credentialed request.
1790+
* order of hours. Not intended for direct usage on web applications due to [Cross-Origin Resource
1791+
* Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS), consider using a proxy
1792+
* server. Only populated when the requesting app can access the file's content. If the file isn't
1793+
* shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using a credentialed
1794+
* request.
17911795
* @return value or {@code null} for none
17921796
*/
17931797
public java.lang.String getThumbnailLink() {
@@ -1796,9 +1800,11 @@ public java.lang.String getThumbnailLink() {
17961800

17971801
/**
17981802
* Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the
1799-
* order of hours. Only populated when the requesting app can access the file's content. If the
1800-
* file isn't shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using a
1801-
* credentialed request.
1803+
* order of hours. Not intended for direct usage on web applications due to [Cross-Origin Resource
1804+
* Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS), consider using a proxy
1805+
* server. Only populated when the requesting app can access the file's content. If the file isn't
1806+
* shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using a credentialed
1807+
* request.
18021808
* @param thumbnailLink thumbnailLink or {@code null} for none
18031809
*/
18041810
public File setThumbnailLink(java.lang.String thumbnailLink) {

clients/google-api-services-drive/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-drive</artifactId>
11-
<version>v2-rev20240722-2.0.0</version>
12-
<name>Google Drive API v2-rev20240722-2.0.0</name>
11+
<version>v2-rev20240730-2.0.0</version>
12+
<name>Google Drive API v2-rev20240730-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-drive/v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-drive</artifactId>
25-
<version>v2-rev20240722-2.0.0</version>
25+
<version>v2-rev20240730-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-drive:v2-rev20240722-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v2-rev20240730-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-drive/v3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-drive</artifactId>
25-
<version>v3-rev20240722-2.0.0</version>
25+
<version>v3-rev20240730-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-drive:v3-rev20240722-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v3-rev20240730-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-drive/v3/2.0.0/com/google/api/services/drive/model/File.java

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,11 @@ public final class File extends com.google.api.client.json.GenericJson {
422422

423423
/**
424424
* Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the
425-
* order of hours. Only populated when the requesting app can access the file's content. If the
426-
* file isn't shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using a
427-
* credentialed request.
425+
* order of hours. Not intended for direct usage on web applications due to [Cross-Origin Resource
426+
* Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies, consider
427+
* using a proxy server. Only populated when the requesting app can access the file's content. If
428+
* the file isn't shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using
429+
* a credentialed request.
428430
* The value may be {@code null}.
429431
*/
430432
@com.google.api.client.util.Key
@@ -1438,9 +1440,11 @@ public File setTeamDriveId(java.lang.String teamDriveId) {
14381440

14391441
/**
14401442
* Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the
1441-
* order of hours. Only populated when the requesting app can access the file's content. If the
1442-
* file isn't shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using a
1443-
* credentialed request.
1443+
* order of hours. Not intended for direct usage on web applications due to [Cross-Origin Resource
1444+
* Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies, consider
1445+
* using a proxy server. Only populated when the requesting app can access the file's content. If
1446+
* the file isn't shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using
1447+
* a credentialed request.
14441448
* @return value or {@code null} for none
14451449
*/
14461450
public java.lang.String getThumbnailLink() {
@@ -1449,9 +1453,11 @@ public java.lang.String getThumbnailLink() {
14491453

14501454
/**
14511455
* Output only. A short-lived link to the file's thumbnail, if available. Typically lasts on the
1452-
* order of hours. Only populated when the requesting app can access the file's content. If the
1453-
* file isn't shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using a
1454-
* credentialed request.
1456+
* order of hours. Not intended for direct usage on web applications due to [Cross-Origin Resource
1457+
* Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies, consider
1458+
* using a proxy server. Only populated when the requesting app can access the file's content. If
1459+
* the file isn't shared publicly, the URL returned in `Files.thumbnailLink` must be fetched using
1460+
* a credentialed request.
14551461
* @param thumbnailLink thumbnailLink or {@code null} for none
14561462
*/
14571463
public File setThumbnailLink(java.lang.String thumbnailLink) {

clients/google-api-services-drive/v3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-drive</artifactId>
11-
<version>v3-rev20240722-2.0.0</version>
12-
<name>Google Drive API v3-rev20240722-2.0.0</name>
11+
<version>v3-rev20240730-2.0.0</version>
12+
<name>Google Drive API v3-rev20240730-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-drive/v3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-drive</artifactId>
25-
<version>v3-rev20240722-2.0.0</version>
25+
<version>v3-rev20240730-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-drive:v3-rev20240722-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v3-rev20240730-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)