filestack / filestack-android

Official Android SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
156 stars 90 forks source link

Error after Google Services authorization. #125

Closed Lukkub closed 6 years ago

Lukkub commented 7 years ago

After success google services authorization Picker is closed with such error:

'Error: FileStack didFinishPickingMediaCallback', { [Error: 0] framesToPop: 1, code: 'E_NO_IMAGE_DATA_FOUND' }

And currently every time when I select google services (drive, photos, gmail) Picker is Immediately close and above error occurs. Not sure what is the reason. Maybe your google services integration instruction is not full ? Maybe I missed something in configuration that is important but is not written in your docs.

Please check if u have the same issue, and let me know.

shawnmaten commented 7 years ago

It sounds like you have possibly not setup Google API access. Have you followed the instructions in the README under "Enabling APIs for Google Services"?