Skip to content

Releases: vperezb/google-api-support

0.1.8 - Upload any file to Google Drive.

09 Jun 08:11
Compare
Choose a tag to compare

Created function to upload any file to Google Drive.

Pull request made by @ejh56 .

Thanks!

0.1.7

27 Apr 07:55
Compare
Choose a tag to compare
Update setup.py

0.1.6: Update python-publish.yml

27 Apr 07:51
599c02c
Compare
Choose a tag to compare
Due to deployment error: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Solved: https://stackoverflow.com/questions/77992218/github-actions-failing-after-upgrading-to-node-v20

0.1.5 Added new function to retrieve slides presentation notes

27 Apr 07:36
1551462
Compare
Choose a tag to compare

0.1.4

01 Sep 20:00
57cab8b
Compare
Choose a tag to compare

Added example showing how to replace a shape with a local image using slides.replace_shape_with_image function.

https://github.com/vperezb/google-api-support/blob/master/docs/examples/upload_local_file_and_replace.ipynb

Also fixed some drive function names to be more generic:

Function drive.upload_image_to_drive is been renamed to drive.upload_image (older version kept to allow users migrate).

0.1.3

06 Dec 20:01
Compare
Choose a tag to compare

Module sheets renamed to spreadsheets with deprecation errors

0.1.2

24 Nov 13:23
Compare
Choose a tag to compare

This release fixes a bug on the drive.py file.

Images were not uploaded because there was an incorrect not in a conditional clause.

Issues opened and closed are the following:

#40, by @ejh56

Many thanks !

0.1.1

04 Nov 21:25
Compare
Choose a tag to compare

Modified setup.py, some libs were not found

0.1.0

04 Nov 20:18
f4fa742
Compare
Choose a tag to compare

Oauth method now can be used

To be used you only need to set the GOOGLE_OAUTH_CREDENTIALS with the path of the OAuth file.

Thanks to @ejh56 for adding this feature!

0.0.14

14 Oct 19:28
Compare
Choose a tag to compare
Update setup.py