Results 1 to 6 of 6

Thread: Google cloud uploader

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2017
    Posts
    728

    Question Google cloud uploader

    Hello!

    Can anybody recommend a upload function / class developed with VB6 that is able to resume upload to cloud hosters, especially Google and Dropbox?

    Thank you.

  2. #2
    PowerPoster wqweto's Avatar
    Join Date
    May 2011
    Location
    Sofia, Bulgaria
    Posts
    5,902

    Re: Google cloud uploader

    This is not trivially simple to implement but we've been using rclone utility to sync with Backblaze storage for some years now and rclone turned out to be very versatile swiss-army tool for such tasks.

    cheers,
    </wqw>

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2017
    Posts
    728

    Re: Google cloud uploader

    Thank you very much!

  4. #4
    Member
    Join Date
    Aug 2019
    Posts
    37

    Re: Google cloud uploader

    Hey, you might wanna check out using a REST API with Google Drive or Dropbox. They both let you upload files in parts, and you can handle that in VB6 with some extra HTTP stuff.

    Also, if you’re looking to manage your cloud storage costs and track subscriptions, you can find here saas subscription management. It helps you keep tabs on what you’re spending on Google and Dropbox.
    Last edited by Napstore; Oct 31st, 2024 at 04:40 AM.

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2017
    Posts
    728

    Re: Google cloud uploader

    Thank you. Can you share your approach to handling this via VB6 with REST API?

  6. #6
    Frenzied Member
    Join Date
    Jun 2015
    Posts
    1,228

    Re: Google cloud uploader

    you could build the .NET api client as a COM dll for direct use with vb6

    https://www.dropbox.com/developers/documentation/dotnet
    https://github.com/dropbox/dropbox-sdk-dotnet

    the last time I needed this I think I used a python library with a command line support and just shell'ed that from vb6 parent app.

    https://github.com/dropbox/dbxcli
    or
    https://github.com/dropbox/dropbox-sdk-python

    cant remember if it had resume support. I havent seen a vb6 native implementation yetthere is a way to use python over com or run python directly within vb process

    integrating with an existing lib in a different language is likely the best option. it will increase redistribution complexity though.
    Last edited by dz32; Oct 30th, 2024 at 10:30 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width