There is a lot of documentation about using REST with google drive APIs, but not much for using C# and service accounts to get that data. We’re going to try to keep some samples of queries and document some of the issues we ran into and how we overcame them.
I Tried Flutter
More and more often, we’ve been required to put together mobile apps for field engineers linking to the internal project management systems. Due to our experience with web development, and our investment in learning Angular and converting many old clients systems to Angular, we started developing in Ionic. It’s time to try something new
Using Google Drive: Server to Server
While many people have client-side applications that post to Google Drive, our applications generate files like PDFs that need to be saved on our user’s GoogleDrive. We also do things like add watermarks to images before having them put on google drive. So, we have to set up communications between our server and the Google Servers. We do this by using the Google.Apis.Drive.v3 plugin. Once you get it working, it’s a snap.
- « Previous Page
- 1
- …
- 5
- 6
- 7
- 8
- 9
- …
- 20
- Next Page »