Giter Club home page Giter Club logo

Comments (5)

tejeirodelrio avatar tejeirodelrio commented on June 5, 2024

Hi @rachono , it seems they have changed the Core application and it has stopped working. Please try to replace the following line in ffhttp_GoogleDrive.cls:

public ffhttp_GoogleDrive(ffhttp_Client.ICredentials credentials)
{
this.setCredentials(credentials);
}

On the sample app try to change these class "GoogleDriveTestHarnessController", "GoogleDriveAccountController" where the credentials are created:

        ffhttp_Client.ICredentials credentials = new ffhttp_Client.AccessTokenCredentials (connectorService.connector.TokenType__c, 
                                                                              connectorService.getAccessToken());
        client = new ffhttp_GoogleDrive(credentials);

Good luck,
Manuel

from ffhttp-googledrive-samples.

 avatar commented on June 5, 2024

@mwoodffdc

from ffhttp-googledrive-samples.

rachono avatar rachono commented on June 5, 2024

Thanks @tejeirodelrio - I started refactoring as suggested. Need to fix the Unit Test classes as well.

from ffhttp-googledrive-samples.

rachono avatar rachono commented on June 5, 2024

This issue can be closed. I was able to deploy the latest version of your package. Awesome

from ffhttp-googledrive-samples.

mwoodffdc avatar mwoodffdc commented on June 5, 2024

@rachono - Thanks for your patience with this. If you have any issues let me know.

from ffhttp-googledrive-samples.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.