Jump to content

Read and write in google docs document


Belini
 Share

Recommended Posts

Is it possible to read and write to google docs using Autoit? If so could someone give me tips on how to do.

Edited by Belini
Link to comment
Share on other sites

I can use Google Drive with AutoIt (just read folders/files and download from publicly shared folders) using API Key (Google Drive restricted). Maybe you can use similar. (I don't know if these methods will be valid in the future though)

https://developers.google.com/docs/api

If this is a personal project you can use an API key (can restrict to one API), or a service account for the authentication. If you will need to share with others then authentication with oAuth2 will give you access.

https://console.developers.google.com/

For oAuth2 there is this AutoIT UDF:

https://www.autoitscript.com/forum/topic/192391-udf-google-oauth-20-with-autoit/

Hopefully, these will get you started.

Link to comment
Share on other sites

Thanks for the tips @GokAy, I will research about it.

Edited by Belini
Link to comment
Share on other sites

  • 2 months later...
  • Developers
18 minutes ago, MASKED said:

@GokAy sana ulaşabilir miyim acaba. ben de scriptte bi txt dosyası oluşturmak istiyorum. oluşturup driveda depolamak istiyorum tabi. veya driveda olan bi txt dosyasının içeriğini değiştirmek istiyorum

 

English Please!

Quote

I wonder if I can reach you. I also want to create a txt file in the script. Of course I want to create it and store it on the drive. Or I want to change the contents of a txt file in the drive

 

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...