chtaylo2 / Roku-GooglePhotos

Roku-GooglePhotos (https://www.photoviewapp.com)
https://channelstore.roku.com/details/133629/google-photos-album
MIT License
72 stars 22 forks source link

Documentation for developers #313

Open hbmcmahan opened 4 years ago

hbmcmahan commented 4 years ago

I've set up a Roku developer account and configured my Roku device for side loading, but a naive attempt to sideload the app resulted in "Install Failure: Error parsing multiple XML components (Registration, GooglePhotosScreensaver, Search, Settings, Google Photos Albums, DisplayPhotos, MultiScroll, Dynamic Albums, Shuffle Photos)". It would be very helpful to have some documentation on development workflows for potential contributors.

chtaylo2 commented 4 years ago

@hbmcmahan - It used to be as simple as this: https://github.com/chtaylo2/Roku-GooglePhotos/blob/master/components/Utils/private.brs

With the new Google API changes last year, it's more complicated to receive & use a new developer OAuth2 code. Email me directly and I can send you details on how to access the Dev codes.

rokuphotoview@gmail.com

nrobins commented 4 years ago

Attempting to side load the Master branch, I get a failure at the same point with a different error. I see: Application Received: 2554071 bytes stored. Install Failure: No manifest. Invalid package.

I'll email this to you in case it is also the OAuth2 issue.